histP: Plots a histogram with percentages in stead of frequencies on...

View source: R/generalStat.R

histPR Documentation

Plots a histogram with percentages in stead of frequencies on the y-axis

Description

Plots a histogram with percentages in stead of frequencies on the y-axis

Usage

histP(data, breaks = "Sturges", ylab = "Percentage", ...)

Arguments

data

data to be made into a histogram

breaks

see ?graphics::hist

ylab

label for y-axis, default is 'Percentage'

...

further arguments to be passed onto the graphics::plot function

Value

a (base) plot


BenBruyneel/BBPersonalR documentation built on Aug. 23, 2024, 8:28 p.m.