powered by
Plot density for object of class 'data.frame'. Uses nonstandard evaluation.
# S3 method for data.frame dens(x, ..., xlab = NULL, ref = NULL, log = FALSE, aspect = 1, scales = NULL, panel = NULL, fun = getOption("metaplot_dens", "dens_data_frame"))
data.frame
item to plot, given as unquoted column name
x axis label
optional numeric
whether to use log scale
passed to densityplot
densityplot
function that does the actual plotting
Other univariate plots: dens.folded, dens_data_frame, metaplot.data.frame, metaplot.folded
dens.folded
dens_data_frame
metaplot.data.frame
metaplot.folded
Other dens: dens.folded, dens_data_frame
# NOT RUN { dens(Theoph, Wt, grid = TRUE ) # }
Run the code above in your browser using DataLab