Description Usage Arguments Value See Also Examples
View source: R/multibar_multihist_d.R
given a dataframe, produces a barplot for each variable or a subset of variables, which optionally can be saved to disk as a pdf
1  | multibar_d(x, variables, labels, xlab = "Antworten", save = TRUE, ...)
 | 
x | 
 data.frame  | 
variables | 
 Vektor der Variablen, die dargestellt werden sollen  | 
labels | 
 String-Vektor der Labels, die verwendet werden sollen  | 
xlab | 
 Unterschrift unter dem Plot  | 
save | 
 Soll ein PDF gespeichert werden  | 
... | 
 zusätzliche Parameter von hist (z.B. col)  | 
Barplot
1 2  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.