Skip to content

Commit 9e54e38

Browse files
Yunuuuuteunbrand
andauthored
Format codes
Co-authored-by: Teun van den Brand <[email protected]>
1 parent cc3f5ed commit 9e54e38

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

R/coord-radial.R

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,13 @@
4444
#'
4545
#' # Similar with coord_cartesian(), you can set limits.
4646
#' 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-
#' )
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+
#' )
5554
coord_radial <- function(theta = "x",
5655
start = 0, end = NULL,
5756
thetalim = NULL, rlim = NULL, expand = TRUE,

0 commit comments

Comments
 (0)