Skip to content

Commit

Permalink
Minor documentation tweak to boxplotSubarray()
Browse files Browse the repository at this point in the history
  • Loading branch information
stufield committed Sep 19, 2023
1 parent 0d47a2f commit d4c8b00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/boxplotSubarray.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
#' [read_adat()].
#' @param color.by A column name to color the subarrays by. Typically a meta
#' data field in the adat such as `SlideId`.
#' @param labels Character. A column name of `adat` used to label each box.
#' @param labels Character. A column name of `.data` used to label each box.
#' @param do.log Logical. Should the data should be log10-transformed?
#' @param y.lim Numeric. Length 2. The upper- and lower-quantiles of the
#' _total_ data used to determine the y-axis limits of the plot.
#' If `NULL`, all points are shown.
#' @param apts An optional subset of analytes (as `AptNames`) to add on top
#' of subarray boxplot.
#' @param apts Optional. A subset of analytes (as `AptNames`) to add as points
#' on top of the subarray boxplot.
#' @author Stu Field
#' @seealso [geom_boxplot()]
#' @examples
Expand Down
6 changes: 3 additions & 3 deletions man/boxplotSubarray.Rd

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

0 comments on commit d4c8b00

Please sign in to comment.