Factor Variable Bar Plots
c3plot.factor.Rd
This function implements a bar plot method for factor
arguments to the c3plot
generic function. Bar heights will be counts for the factor levels.
Usage
# S3 method for factor
c3plot(x, ylab = "Count", ...)
Arguments
- x
a factor.
- ylab
a label for the y axis.
- ...
arguments passed to
c3barplot
.