plot.freqtable {descr}R 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


[Package descr version 1.1.8 Index]