Create a grob
ig_points(
x = 0.5,
y = 0.5,
pch = 1,
size = 4,
default.units = getOption("ingrid.default.units", "npc"),
name = NULL,
gp = NULL,
vp = NULL,
col,
fill,
alpha,
lty,
lwd,
lex,
lineend,
linejoin,
linemitre,
fontsize,
cex,
fontfamily,
fontface,
lineheight,
mask,
clip,
layout,
layout.pos.row,
layout.pos.col
)
x,y location
numeric or character vector indicating what sort of plotting symbol to use. See points for the interpretation of these values, and note fill below.
unit object specifying the size of the plotting symbols.
getOption("ingrid.default.units", 'npc')
grob name. default: NULL
graphical parameter object created by grid::gpar()
or
ingrid::gp()
. If NULL (default), then a gpar
object
is created from the relevant arguments to this function i.e. fill
,
col
, etc
viewport object created by grid::viewport()
.
If NULL (default), then a viewport
object
is created from a limited subset of arguments to this function i.e. mask
,
clip
, etc
See documentation for gp()
See documentation for
grid::viewport()
Other grobs:
ig_bbox()
,
ig_bezier()
,
ig_circle()
,
ig_lines()
,
ig_null()
,
ig_path()
,
ig_polygon()
,
ig_polyline()
,
ig_raster()
,
ig_roundrect()
,
ig_segments()
,
ig_text()