Plot density for object of class 'data.frame' using standard evaluation.
densplot_data_frame(x, xvar, groups = NULL, facets = NULL, xlab = NULL,
ref = NULL, log = FALSE, aspect = 1, scales = NULL, panel = NULL,
auto.key = NULL, keycols = NULL, main = getOption("metaplot_main",
NULL), sub = getOption("metaplot_sub", NULL), ...)
data.frame
variable to plot
optional grouping variable
optional conditioning variables
x axis label
optional numeric
whether to use log scale
passed to densityplot
passed to densityplot
passed to densityplot
passed to densityplot
number of auto.key columns
character, or a function of x, xvar, groups, facets, and log
character, or a function of x, xvar, groups, facets, and log
passed to densityplot
Other univariate plots: densplot.data.frame
,
densplot
, metaplot.data.frame
Other densplot: densplot.data.frame
,
densplot
# NOT RUN {
densplot_data_frame(Theoph, 'conc', grid = TRUE)
densplot_data_frame(Theoph, 'conc', 'Subject')
densplot_data_frame(Theoph, 'conc', , 'Subject')
# }
Run the code above in your browser using DataLab