Skip to content

Commit

Permalink
Set default labels in makeMeanSDPlot
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Mar 5, 2023
1 parent c271b49 commit dfec0e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/summaryPlots.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ makeIntensityBoxplots <- function(sce, assayName, doLog, ylab) {
#' @importFrom rlang .data
#' @importFrom stats sd
#'
makeMeanSDPlot <- function(sce, assayName, xlab, ylab) {
makeMeanSDPlot <- function(sce, assayName, xlab = "Mean", ylab = "SD") {
.assertVector(x = sce, type = "SummarizedExperiment")
.assertScalar(x = assayName, type = "character",
validValues = SummarizedExperiment::assayNames(sce))
Expand Down
2 changes: 1 addition & 1 deletion man/makeMeanSDPlot.Rd

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

0 comments on commit dfec0e8

Please sign in to comment.