Skip to content

Commit b17cf00

Browse files
committed
Redirect Coord class docs to ?Coord
1 parent 5edc694 commit b17cf00

File tree

10 files changed

+23
-104
lines changed

10 files changed

+23
-104
lines changed

R/coord-cartesian-.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ coord_cartesian <- function(xlim = NULL, ylim = NULL, expand = TRUE,
8080
)
8181
}
8282

83-
#' @rdname ggplot2-ggproto
83+
#' @rdname Coord
8484
#' @format NULL
8585
#' @usage NULL
8686
#' @export

R/coord-fixed.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ coord_fixed <- function(ratio = 1, xlim = NULL, ylim = NULL, expand = TRUE,
4141
coord_equal <- coord_fixed
4242

4343

44-
#' @rdname ggplot2-ggproto
44+
#' @rdname Coord
4545
#' @format NULL
4646
#' @usage NULL
4747
#' @export

R/coord-flip.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ coord_flip <- function(xlim = NULL, ylim = NULL, expand = TRUE, clip = "on") {
6666
)
6767
}
6868

69-
#' @rdname ggplot2-ggproto
69+
#' @rdname Coord
7070
#' @format NULL
7171
#' @usage NULL
7272
#' @export

R/coord-map.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ coord_map <- function(projection="mercator", ..., parameters = NULL, orientation
149149
)
150150
}
151151

152-
#' @rdname ggplot2-ggproto
152+
#' @rdname Coord
153153
#' @format NULL
154154
#' @usage NULL
155155
#' @export

R/coord-polar.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ coord_polar <- function(theta = "x", start = 0, direction = 1, clip = "on") {
7474
)
7575
}
7676

77-
#' @rdname ggplot2-ggproto
77+
#' @rdname Coord
7878
#' @format NULL
7979
#' @usage NULL
8080
#' @export

R/coord-quickmap.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ coord_quickmap <- function(xlim = NULL, ylim = NULL, expand = TRUE, clip = "on")
1111
)
1212
}
1313

14-
#' @rdname ggplot2-ggproto
14+
#' @rdname Coord
1515
#' @format NULL
1616
#' @usage NULL
1717
#' @export

R/coord-radial.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ coord_radial <- function(theta = "x",
120120
)
121121
}
122122

123-
#' @rdname ggplot2-ggproto
123+
#' @rdname Coord
124124
#' @format NULL
125125
#' @usage NULL
126126
#' @export

R/coord-transform.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ coord_trans <- function(x = "identity", y = "identity", xlim = NULL, ylim = NULL
106106
}
107107

108108

109-
#' @rdname ggplot2-ggproto
109+
#' @rdname Coord
110110
#' @format NULL
111111
#' @usage NULL
112112
#' @export

man/Coord.Rd

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ggplot2-ggproto.Rd

Lines changed: 4 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)