plotDensityplot | R Documentation |
Plots a densityplot.
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,
...
)
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 |
clrp |
Character value. Specifies the color palette to be used to represent
groups of discrete variables. Run |
scales , nrow , ncol |
Given to |
verbose |
Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
A ggplot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.