powered by
Boxplot for data.frame. Uses nonstandard evaluation.
# S3 method for data.frame boxplot(x, ..., log = FALSE, horizontal = NULL, main = FALSE, crit = 1.3, ref = NULL, nobs = FALSE, na.rm = TRUE, xlab = NULL, ylab = NULL, aspect = 1, fun = getOption("metaplot_box", "boxplot_data_frame"))
data.frame
unquoted names of two items to plot (y , x)
whether to log transform numeric variable (auto-selected if NULL)
whether box/whisker axis should be horizontal (numeric x, categorical y)
logical: whether to include title indicating x and y items; or a substitute title or NULL
if log is NULL, log-transform if mean/median ratio for non-missing x is greater than this value
optional reference line on numeric axis
whether to include the number of observations under the category label
whether to remove data points with one or more missing coordinates
passed to bwplot
bwplot
function that does the actual plotting
Other bivariate functions: boxplot_data_frame
boxplot_data_frame
Other boxplot: boxplot.folded
boxplot.folded
# NOT RUN { boxplot(Theoph,'Subject','conc') boxplot(Theoph,Subject,conc) boxplot(Theoph,conc,Subject) # }
Run the code above in your browser using DataLab