Skip to content

Commit

Permalink
edit documentation + rm unused tick param template
Browse files Browse the repository at this point in the history
  • Loading branch information
corybrunson committed Jan 16, 2025
1 parent 2c17674 commit 1e0706c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 22 deletions.
14 changes: 4 additions & 10 deletions R/geom-bagplot.r
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@
#' [ggplot2::stat_boxplot()].
#'
#' Because the optional components are more expensive to compute in this
#' setting, they are controlled by parameters passed to the stat. The standard
#' aesthetics apply to the bag and (except color) the median, and auxiliary
#' aesthetics like `median.colour` are available for the remaining
#' specifications. These override the internal defaults, which in turn
#' override the standard values (as some auxiliaries, e.g. `outlier.shape`,
#' are not provided separate defaults). Pass `sync()` to synchronize an
#' auxiliary aesthetic with its standard counterpart.
#' setting, they are controlled by parameters passed to the stat. Auxiliary
#' aesthetics like `median.colour` are available that override auxiliary
#' defaults, and these in turn override the standard defaults. Pass `sync()`
#' to synchronize an auxiliary aesthetic with its standard counterpart.
#'
#' **WARNING:**
#' The trade-off between precision and runtime is greater for depth estimation
Expand Down Expand Up @@ -43,9 +40,6 @@
#' - `group`
#'

#' @template param-tick
#'

#' @import ggplot2
#' @inheritParams ggplot2::layer
#' @template param-geom
Expand Down
5 changes: 0 additions & 5 deletions man-roxygen/param-tick.r

This file was deleted.

11 changes: 4 additions & 7 deletions man/geom_bagplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e0706c

Please sign in to comment.