A grid grob that re-roughens its path at actual render resolution in
makeContent(). Coordinates are in npc [0,1]; roughening is performed in
device inches.
sketch_path_grob(
x,
y,
id = NULL,
roughness = 1,
bowing = 1,
n_passes = 2L,
seed = NULL,
gp = gpar(),
name = NULL,
vp = NULL
)A SketchPathGrob (a grid grob subclass).
Numeric vectors of npc [0,1] coordinates.
Integer vector grouping coordinates into separate polylines (same
semantics as grid::polylineGrob). NULL treats all points as one path.
Sketch parameters.
A grid::gpar() object controlling line aesthetics.
Passed to grid::grob().
Other grob-layer:
sketch_arrow_grob(),
sketch_band_grob(),
sketch_callout_grob(),
sketch_dotplot_grob(),
sketch_ellipse_grob(),
sketch_engrave_grob(),
sketch_polygon_grob(),
sketch_repel_grob(),
sketch_spray_grob(),
sketch_stroke_grob(),
sketch_wedge_grob()