percent.bar.plot: percent.bar.plot Funktion zur Erstellung einer Prozent...

Description Usage Arguments Examples

View source: R/percent.bar.plot.R

Description

percent.bar.plot Funktion zur Erstellung einer Prozent BalkenGrafik

Usage

1
2
3
4
## S3 method for class 'bar.plot'
percent(xx, title, ylab, xlab, pCite = paste("<c2><a9> @muuksi",
  lubridate::today()), statistic = c("bin", "count"), save = TRUE,
  bin = NA)

Arguments

xx

data as data.frame

title

The title

ylab

Description Y-axes

xlab

Description X-axses

statistic

"count" or "bin" only one

save

if TRUE a 20x20cm png will be saved

bin

binwidth parameter only for "bin"

Examples

1
2
3
4
5
pCite <- paste("<c2><a9> @muuksi",lubridate::today(),"| Quelle: M.Hinse // hinse.eu")
percent.bar.plot(xx=berlin.bikes$frame,  title = "Rahmen ", ylab = "H<c3><a4>ufigkeit", 
               xlab = "Material", pCite=paste("<c2><a9> @muuksi",lubridate::today(),"| Quelle: M.Hinse // hinse.eu"), 
               statistic = "count", save=TRUE)
ggsave("Verwendete Rahmen Materialien.png", units="cm", width = 20, height = 15, dpi=300)

muuksi/bici documentation built on May 23, 2019, 10:53 a.m.