print.freqt: Printing frequency tables

Description Usage Arguments Details See Also

View source: R/freqt.R

Description

Print a freqt object

Usage

1
2
## S3 method for class 'freqt'
print(x, verbose = FALSE, ...)

Arguments

x

a freqt object

verbose

wether to print the actual frequency table

...

further parameters

Details

This first calls as.data.frame.freqt and then prints the resulting data.frame. The data.frame is returned invisibly.

See Also

as.data.frame.freqt


knifecake/fafreqs documentation built on March 13, 2020, 11:53 p.m.