scale_area {ggplot2} | R Documentation |
scale_area
is deprecated and will be
removed in a future version of ggplot2. Use
scale_size_area
instead. Note that the
default behavir of scale_size_area
is
slightly different: by default, it makes the area
proportional to the numeric value.
scale_area(..., range = c(1, 6))
... |
Other arguments passed on to
|
range |
Range of output sizes. Should be greater than 0. |