Skip to content

Commit 6ff3daf

Browse files
committed
Don't need to show scale_size default usage
1 parent 35f569d commit 6ff3daf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

R/scale-shape.r

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ scale_shape <- function(..., solid = TRUE) {
3030

3131
#' @rdname scale_shape
3232
#' @export
33+
#' @usage NULL
3334
scale_shape_discrete <- scale_shape
3435

3536
#' @rdname scale_shape
3637
#' @export
38+
#' @usage NULL
3739
scale_shape_continuous <- function(...) {
3840
stop("A continuous variable can not be mapped to shape", call. = FALSE)
3941
}

man/scale_shape.Rd

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

0 commit comments

Comments
 (0)