print.rkhist: Print an S3 object of class 'rkhist'

Description Usage Arguments Value

View source: R/rkhist.R

Description

Print an S3 object of class rkhist, using the same layout as base::print.table.

Usage

1
2
## S3 method for class 'rkhist'
print(x, what = "counts", ...)

Arguments

x

an rkhist S3 object containing the rank histogram to print. See function flatness::rkhist.

what

a character string taking its value in c("counts", "percents", "proportions"). What must be printed.

...

further arguments, passed to print.

Value

No return value, called for side effects.


flatness documentation built on June 29, 2021, 9:08 a.m.