Plot Frequencies
plotFrequencies.Rd
Provides a frequency distribution for each group or variable.
Usage
# S3 method for data.frame
plotDensity(frame, add=FALSE, main=NULL, ylab="Outcome", xlab="", ylim=NULL, offset=.1, col=rgb(0, 0, 0, .1))
# S3 method for formula
plotDensity(formula, add=FALSE, main=NULL, ylab="Outcome", xlab="", ylim=NULL, offset=.1, col=rgb(0, 0, 0, .1))
Arguments
- frame
a set of (non-empty) numeric vectors of data values
- formula
a formula of the form
lhs ~ rhs
wherelhs
is a numeric variable giving the data values andrhs
a factor giving the corresponding groups- add
whether the plot should added to the existing plot
- ylab
a label for the y-axis
- xlab
a label for the x-axis
- main
a custom title for the graph
- ylim
custom limits for the y axis
- offset
a value indicating the offset of the plot
- col
a value for the shaded color of the plot