Learn R Programming

metaplot (version 0.2.7)

dens_data_frame: Density Function for Data Frame

Description

Plot density for object of class 'data.frame' using standard evaluation.

Usage

dens_data_frame(x, var, xlab = NULL, ref = NULL, log = FALSE,
  aspect = 1, scales = NULL, panel = NULL, ...)

Arguments

x

data.frame

var

item to plot, given as length-one character

xlab

x axis label

ref

optional numeric

log

whether to use log scale

aspect

passed to densityplot

scales

passed to densityplot

panel

passed to densityplot

...

passed to densityplot

See Also

Other univariate plots: dens.data.frame, dens.folded, metaplot.data.frame, metaplot.folded

Other dens: dens.data.frame, dens.folded

Examples

Run this code
# NOT RUN {
dens_data_frame(Theoph, 'Wt', grid = TRUE)
# }

Run the code above in your browser using DataLab