geom_circle_cm: Geom Layer for Circle with Absolute Size
Description
This layer uses centimeter as unit to draw circles so
that the size and shape will not be influenced by
the change of the coordinate systems
(even when a polar system is used).
Note: this function does not have
linetype and n arguments.
Usage
geom_circle_cm(
mapping = NULL,
data = NULL,
stat = "identity",
position = "identity",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
linetype = NULL,
...
)
Arguments
mapping
aes mapping.
data
data.
stat
stat.
position
position.
na.rm
logical, whether to remove NA values.
show.legend
whether to show legend.
inherit.aes
logical, whether to inherit aes from ggplot().
linetype
should always be NULL.
because it will not be used.