Skip to content

Commit cdf36c2

Browse files
committed
Flag some functions as internal
1 parent 8652c6d commit cdf36c2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

R/geom-defaults.r

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#' \code{"bin"}), or a Geom/Stat object (like \code{GeomPoint} or
55
#' \code{StatBin}).
66
#' @param new Named list of aesthetics.
7+
#' @keywords internal
78
#' @export
89
#' @examples
910
#' update_geom_defaults("point", list(colour = "darkblue"))

R/layer.r

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
#' @param params Additional parameters to the \code{geom} and \code{stat}.
4242
#' @param subset DEPRECATED. An older way of subsetting the dataset used in a
4343
#' layer.
44+
#' @keywords internal
4445
#' @examples
4546
#' # geom calls are just a short cut for layer
4647
#' ggplot(mpg, aes(displ, hwy)) + geom_point()

man/update_defaults.Rd

Lines changed: 1 addition & 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)