multihist_d: Mehrere getrennte Histogramme

Description Usage Arguments Value See Also Examples

View source: R/multibar_multihist_d.R

Description

produces a histogram for each variable in a dataframe or its subset, which optionally can be saved to disk as a pdf

Usage

1
multihist_d(x, variables, labels = TRUE, xlab = "Verteilung", save = TRUE, ...)

Arguments

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)

Value

Histogramme

See Also

multibar_d

Examples

1
2
3
4
5
6
7
## Not run:  
multihist(dd)
multibar(dd, 80:82, save = T)
multibar(x2,c(1:3))
multibar(neo_n,5,ylab="häu")

## End(Not run)

lillion/emittr documentation built on May 10, 2020, 7:23 a.m.