Skip to content

Commit d0b7b50

Browse files
Clarify layer_class is for internal use only (#3211)
1 parent 14a39c2 commit d0b7b50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/layer.r

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
#' supplied parameters and aesthetics are understood by the `geom` or
4242
#' `stat`. Use `FALSE` to suppress the checks.
4343
#' @param params Additional parameters to the `geom` and `stat`.
44-
#' @param layer_class The type of layer object to be constructued. This allows
45-
#' the creation of custom layers. Can usually be left at its default.
44+
#' @param layer_class The type of layer object to be constructued. This is
45+
#' intended for ggplot2 internal use only.
4646
#' @keywords internal
4747
#' @examples
4848
#' # geom calls are just a short cut for layer

man/layer.Rd

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

0 commit comments

Comments
 (0)