Skip to content

Commit fbee8dd

Browse files
committed
Redirect Stat class docs to ?Stat
1 parent 72aae06 commit fbee8dd

29 files changed

+67
-71
lines changed

R/stat-align.R

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

26-
#' @rdname ggplot2-ggproto
26+
#' @rdname Stat
2727
#' @format NULL
2828
#' @usage NULL
2929
#' @export

R/stat-bin.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ stat_bin <- function(mapping = NULL, data = NULL,
8989
)
9090
}
9191

92-
#' @rdname ggplot2-ggproto
92+
#' @rdname Stat
9393
#' @format NULL
9494
#' @usage NULL
9595
#' @export

R/stat-bin2d.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ stat_bin_2d <- function(mapping = NULL, data = NULL,
5454
#' @usage NULL
5555
stat_bin2d <- stat_bin_2d
5656

57-
#' @rdname ggplot2-ggproto
57+
#' @rdname Stat
5858
#' @include stat-summary-2d.R
5959
#' @format NULL
6060
#' @usage NULL

R/stat-bindot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' @rdname ggplot2-ggproto
1+
#' @rdname Stat
22
#' @format NULL
33
#' @usage NULL
44
#' @export

R/stat-binhex.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ stat_bin_hex <- function(mapping = NULL, data = NULL,
4444
#' @usage NULL
4545
stat_binhex <- stat_bin_hex
4646

47-
#' @rdname ggplot2-ggproto
47+
#' @rdname Stat
4848
#' @format NULL
4949
#' @usage NULL
5050
#' @export

R/stat-boxplot.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ stat_boxplot <- function(mapping = NULL, data = NULL,
4141
)
4242
}
4343

44-
45-
#' @rdname ggplot2-ggproto
44+
#' @rdname Stat
4645
#' @format NULL
4746
#' @usage NULL
4847
#' @export

R/stat-connect.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ stat_connect <- function(
5858
)
5959
}
6060

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

R/stat-contour.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ stat_contour_filled <- function(mapping = NULL, data = NULL,
8282
)
8383
}
8484

85-
#' @rdname ggplot2-ggproto
85+
#' @rdname Stat
8686
#' @format NULL
8787
#' @usage NULL
8888
#' @export
@@ -122,7 +122,7 @@ StatContour <- ggproto("StatContour", Stat,
122122
}
123123
)
124124

125-
#' @rdname ggplot2-ggproto
125+
#' @rdname Stat
126126
#' @format NULL
127127
#' @usage NULL
128128
#' @export

R/stat-count.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ stat_count <- function(mapping = NULL, data = NULL,
3636
)
3737
}
3838

39-
#' @rdname ggplot2-ggproto
39+
#' @rdname Stat
4040
#' @format NULL
4141
#' @usage NULL
4242
#' @export

R/stat-density-2d.R

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ stat_density_2d_filled <- function(mapping = NULL, data = NULL,
116116
stat_density2d_filled <- stat_density_2d_filled
117117

118118

119-
#' @rdname ggplot2-ggproto
119+
#' @rdname Stat
120120
#' @format NULL
121121
#' @usage NULL
122122
#' @export
@@ -204,9 +204,7 @@ StatDensity2d <- ggproto("StatDensity2d", Stat,
204204
}
205205
)
206206

207-
208-
209-
#' @rdname ggplot2-ggproto
207+
#' @rdname Stat
210208
#' @format NULL
211209
#' @usage NULL
212210
#' @export

0 commit comments

Comments
 (0)