plot.freqtable: Bar plot from object of class freqtable

View source: R/freq.R

plot.freqtableR Documentation

Bar plot from object of class freqtable

Description

This function receives a freqtable object as its main argument and produces a barplot.

Usage

## S3 method for class 'freqtable'
plot(x, y.axis = "count", ...)

Arguments

x

A object of class freqtable.

y.axis

Character string, indicating what variable to use in the y axis, "count" or "percent", when plotting the frequency table.

...

Further arguments to be passed to barplot.

Author(s)

Jakson A. Aquino jalvesaq@gmail.com


descr documentation built on Nov. 28, 2023, 1:10 a.m.