ggr6::Renderer -> GraphicsRenderer
Inherited methods
render_points()GraphicsRenderer$render_points(
x,
y,
feature = NULL,
pch = theme("points.pch", 16),
cex = theme("points.cex", 1),
col = theme("points.col", "black"),
lwd = theme("points.lwd", 1),
bg = theme("points.bg", "black"),
...
)render_path()GraphicsRenderer$render_path(
x,
y,
feature = 1L,
part = 1L,
lty = theme("path.lty", 1),
lwd = theme("path.lwd", 1),
col = theme("path.col", "black"),
...
)render_polygon()GraphicsRenderer$render_polygon(
x,
y,
feature = 1L,
piece = 1L,
part = 1L,
col = theme("polygon.col", "black"),
fill = theme("polygon.fill", "grey50"),
lty = theme("polygon.lty", 1),
...
)render_text()GraphicsRenderer$render_text(
x,
y,
label,
feature = 1L,
cex = theme("text.cex", 1),
col = theme("text.col", "black"),
font = theme("text.font", 1),
...
)render_null()GraphicsRenderer$render_null()
render_stack()GraphicsRenderer$render_stack(...)
render_panel()GraphicsRenderer$render_panel(panel, ...)
render_panels()GraphicsRenderer$render_panels(graphic, ...)
default_scale()GraphicsRenderer$default_scale(x, aesthetic)
clone()The objects of this class are cloneable with this method.
GraphicsRenderer$clone(deep = FALSE)
deepWhether to make a deep clone.