| barcharts {qacBase} | R Documentation | 
Barcharts
Description
Create barcharts for all categorical variables in a data frame.
Usage
barcharts(
  data,
  fill = "deepskyblue2",
  color = "grey30",
  labels = TRUE,
  sort = TRUE,
  maxcat = 20,
  abbrev = 20
)
Arguments
data | 
 data frame  | 
fill | 
 fill color for bars  | 
color | 
 color for bar labels  | 
labels | 
 if   | 
sort | 
 if   | 
maxcat | 
 numeric. barcharts with more than this number of bars will not be plotted.  | 
abbrev | 
 numeric. abbreviate bar labels to at most, this character length.  | 
Value
a ggplot graph
Examples
barcharts(cars74)
[Package qacBase version 1.0.3 Index]