geom_scatterpie_legend {scatterpie} | R Documentation |
legend of scatterpie
geom_scatterpie_legend(
radius,
x,
y,
n = 5,
breaks = NULL,
labeller,
label_position = "right",
...
)
radius |
radius vector |
x |
x position |
y |
y position |
n |
number of circle |
breaks |
A character vector of breaks, default is NULL. |
labeller |
function to label radius |
label_position |
a character string indicating the position of labels, "right" (default) or "left" or any abbreviation of these |
... |
other text arguments passed on to |
layer
Guangchuang Yu