plotDistribution: Plot descriptive statistics

View source: R/deprecated.R

plotDistributionR Documentation

Plot descriptive statistics

Description

These functions are deprecated in favor of plotDensityplot(), plotHistogram(), plotRidgplot(), plotBoxplot() and plotViolinplot().

Usage

plotDistribution(
  object,
  variables = "all",
  across = "cl_condition",
  across_subset = NULL,
  phase = "first_tmt",
  plot_type = "boxplot",
  binwidth = 1,
  display_points = FALSE,
  pt_size = 1.2,
  pt_alpha = 0.8,
  pt_color = "black",
  n_cells = 100,
  shape_to = NULL,
  test_pairwise = "none",
  test_groupwise = "none",
  ref_group,
  clrp = "milo",
  ...,
  pretty_names = TRUE,
  verbose = TRUE
)

theMILOlab/cypro documentation built on April 5, 2022, 2:03 a.m.