Skip to content

Commit cec65c2

Browse files
committed
crosslink docs
1 parent e31f4d9 commit cec65c2

File tree

14 files changed

+58
-0
lines changed

14 files changed

+58
-0
lines changed

R/coord-.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#'
3535
#' @export
3636
#' @format NULL
37+
#' @family Layout components
3738
#' @usage NULL
3839
#' @seealso The `r link_book("new coords section", "extensions#sec-new-coords")`
3940
#' @examples

R/facet-.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ NULL
5454
#' @export
5555
#' @format NULL
5656
#' @usage NULL
57+
#' @family Layout components
5758
#' @seealso The the `r link_book("new facets section", "extensions#new-facets")`
5859
#' @seealso Run `vignette("extending-ggplot2")`, in particular the "Creating a
5960
#' new faceting" section.

R/geom-.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ NULL
4040
#' @export
4141
#' @format NULL
4242
#' @usage NULL
43+
#' @family Layer components
4344
#' @seealso The `r link_book("new geoms section", "extensions#sec-new-geoms")`
4445
#' @seealso Run `vignette("extending-ggplot2")`, in particular the "Creating a
4546
#' new geom" section.

R/layer.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ validate_mapping <- function(mapping, call = caller_env()) {
374374
#' ```
375375
#' @usage NULL
376376
#' @format NULL
377+
#' @family Layer components
378+
#' @family chaperone classes
377379
#' @examples
378380
#' # None: Layer is not intended to be extended
379381
Layer <- ggproto("Layer", NULL,

R/layout.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ create_layout <- function(facet, coord, layout = NULL) {
3434
#'
3535
#' @format NULL
3636
#' @usage NULL
37+
#' @family Layout components
38+
#' @family chaperone classes
3739
#' @export
3840
#' @examples
3941
#' # Some dummy layout components

R/position-.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#' @format NULL
3434
#' @usage NULL
3535
#' @seealso The `r link_book("new positions section", "extensions#new-positions")`
36+
#' @family Layer components
3637
#' @examples
3738
#' # Extending the class
3839
#' PositionRank <- ggproto(

R/stat-.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#' formatting it with snake_case, so that `StatNew` becomes `stat_new()`.
3333
#'
3434
#' @export
35+
#' @family Layer components
3536
#' @format NULL
3637
#' @usage NULL
3738
#' @seealso The `r link_book("new stats section", "extensions#sec-new-stats")`.

man/Coord.Rd

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

man/Facet.Rd

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

man/Geom.Rd

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

0 commit comments

Comments
 (0)