We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bea646 commit 41c17c4Copy full SHA for 41c17c4
R/scale-area.r
@@ -11,8 +11,8 @@
11
#' @export
12
scale_area <- function(..., range = c(1, 6)) {
13
gg_dep("0.9.2", paste(sep = "\n",
14
- "scale_area is deprecated. Use scale_size_area instead.\n",
15
- " Note that the behavior of scale_size_area is slightly different: \n",
16
- " by default it makes the area proportional to the numeric value.\n"))
+ "scale_area is deprecated. Use scale_size_area instead.",
+ " Note that the behavior of scale_size_area is slightly different:",
+ " by default it makes the area proportional to the numeric value."))
17
continuous_scale("size", "area", area_pal(range), ...)
18
}
0 commit comments