Learn R Programming

flatness (version 0.1.4)

print.rkhist: Print an S3 object of class rkhist

Description

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

Usage

# S3 method for 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.