Skip to content

Commit 2bb54b7

Browse files
committed
redirect Geom class docs to ?Geom
1 parent 820f00e commit 2bb54b7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+117
-118
lines changed

R/annotation-custom.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ annotation_custom <- function(grob, xmin = -Inf, xmax = Inf, ymin = -Inf, ymax =
5858
)
5959
}
6060

61-
#' @rdname ggplot2-ggproto
61+
#' @rdname Geom
6262
#' @format NULL
6363
#' @usage NULL
6464
#' @export

R/annotation-logticks.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ annotation_logticks <- function(base = 10, sides = "bl", outside = FALSE, scaled
123123
)
124124
}
125125

126-
#' @rdname ggplot2-ggproto
126+
#' @rdname Geom
127127
#' @format NULL
128128
#' @usage NULL
129129
#' @export

R/annotation-map.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ annotation_map <- function(map, ...) {
7676
)
7777
}
7878

79-
#' @rdname ggplot2-ggproto
79+
#' @rdname Geom
8080
#' @format NULL
8181
#' @usage NULL
8282
#' @export

R/annotation-raster.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ annotation_raster <- function(raster, xmin, xmax, ymin, ymax,
6161

6262
}
6363

64-
#' @rdname ggplot2-ggproto
64+
#' @rdname Geom
6565
#' @format NULL
6666
#' @usage NULL
6767
#' @export

R/geom-abline.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ geom_abline <- function(mapping = NULL, data = NULL,
120120
)
121121
}
122122

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

R/geom-bar.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ geom_bar <- function(mapping = NULL, data = NULL,
117117
)
118118
}
119119

120-
#' @rdname ggplot2-ggproto
120+
#' @rdname Geom
121121
#' @format NULL
122122
#' @usage NULL
123123
#' @export

R/geom-bin2d.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ geom_bin_2d <- function(mapping = NULL, data = NULL,
5656
#' @usage NULL
5757
geom_bin2d <- geom_bin_2d
5858

59-
#' @rdname ggplot2-ggproto
59+
#' @rdname Geom
6060
#' @format NULL
6161
#' @usage NULL
6262
#' @export

R/geom-blank.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ geom_blank <- function(mapping = NULL, data = NULL,
2929
}
3030

3131

32-
#' @rdname ggplot2-ggproto
32+
#' @rdname Geom
3333
#' @format NULL
3434
#' @usage NULL
3535
#' @export

R/geom-boxplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ geom_boxplot <- function(mapping = NULL, data = NULL,
230230
)
231231
}
232232

233-
#' @rdname ggplot2-ggproto
233+
#' @rdname Geom
234234
#' @format NULL
235235
#' @usage NULL
236236
#' @export

R/geom-col.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ geom_col <- function(mapping = NULL, data = NULL,
2424
)
2525
}
2626

27-
#' @rdname ggplot2-ggproto
27+
#' @rdname Geom
2828
#' @format NULL
2929
#' @usage NULL
3030
#' @export

0 commit comments

Comments
 (0)