Skip to content

Commit cc3f5ed

Browse files
committed
fix code ntote
1 parent 9cc38c8 commit cc3f5ed

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

R/coord-radial.R

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@
4141
#' ggplot(mtcars, aes(disp, mpg)) +
4242
#' geom_point() +
4343
#' coord_radial(start = -0.4 * pi, end = 0.4 * pi, inner.radius = 0.3)
44-
#'
45-
#' # Similar with coord_cartesian(), you can set limits, but note the `clip`
46-
#' # area is not the same with the circle track area.
44+
#'
45+
#' # Similar with coord_cartesian(), you can set limits.
4746
#' ggplot(mtcars, aes(disp, mpg)) +
4847
#' geom_point() +
4948
#' coord_radial(

man/coord_polar.Rd

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)