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 cc3f5ed commit 9e54e38Copy full SHA for 9e54e38
R/coord-radial.R
@@ -44,14 +44,13 @@
44
#'
45
#' # Similar with coord_cartesian(), you can set limits.
46
#' ggplot(mtcars, aes(disp, mpg)) +
47
-#' geom_point() +
48
-#' coord_radial(
49
-#' start = -0.4 * pi,
50
-#' end = 0.4 * pi, inner.radius = 0.3,
51
-#' thetalim = c(200, 300),
52
-#' rlim = c(15, 30),
53
-#' clip = "on"
54
-#' )
+#' geom_point() +
+#' coord_radial(
+#' start = -0.4 * pi,
+#' end = 0.4 * pi, inner.radius = 0.3,
+#' thetalim = c(200, 300),
+#' rlim = c(15, 30),
+#' )
55
coord_radial <- function(theta = "x",
56
start = 0, end = NULL,
57
thetalim = NULL, rlim = NULL, expand = TRUE,
0 commit comments