plotDensityplot: Plot densityplot

plotDensityplotR Documentation

Plot densityplot

Description

Plots a densityplot.

Usage

plotDensityplot(object, ...)

## S4 method for signature 'Analysis'
plotDensityplot(
  object,
  variables,
  phase = NULL,
  across = NULL,
  across_subset = NULL,
  relevel = NULL,
  clrp = "milo",
  clrp_adjust = NULL,
  display_facets = TRUE,
  scales = "free",
  nrow = NULL,
  ncol = NULL,
  verbose = TRUE,
  ...
)

## S4 method for signature 'Analysis'
plotHistogram(
  object,
  variables,
  phase = NULL,
  across = NULL,
  across_subset = NULL,
  relevel = NULL,
  clrp = "milo",
  clrp_adjust = NULL,
  display_facets = TRUE,
  scales = "free",
  nrow = NULL,
  ncol = NULL,
  verbose = TRUE,
  ...
)

## S4 method for signature 'Analysis'
plotRidgeplot(
  object,
  variables,
  phase = NULL,
  across = NULL,
  across_subset = NULL,
  relevel = NULL,
  clrp = "milo",
  clrp_adjust = NULL,
  display_facets = TRUE,
  scales = "free",
  nrow = NULL,
  ncol = NULL,
  verbose = TRUE,
  ...
)

Arguments

object

Any object for whose class a method has been defined.

variables

Character vector. Specifies the variables of interest. If set to NULL all valid variables of the input data.frame are considered (as long as the total number does not exceeds the limit).

If there are more variables you are interested in than they are variables you are not interested in specify those that you are not interested in prefixed with an '-'. Variables prefixed that way are discarded and the remaining are kept.

across

Character value. Specifies the discrete variable in the data.frame across which the variables of interest are to be analyzed or displayed.

relevel

Logical value. If set to TRUE the input order of across.subset and variables determines the order in which the groups of interest are displayed.

clrp

Character value. Specifies the color palette to be used to represent groups of discrete variables. Run validColorPalettes() to obtain valid input options.

scales, nrow, ncol

Given to ggplot2::facet_wrap(). Affects the way the subplots are displayed.

verbose

Logical. If set to TRUE informative messages regarding the computational progress will be printed.

(Warning messages will always be printed.)

Value

A ggplot.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.