print.Pfreq: S3 print for Pfreq

print.PfreqR Documentation

S3 print for Pfreq

Description

S3 print method for object of class"Pfreq"

Usage

## S3 method for class 'Pfreq'
print(
  x,
  ...,
  digits = NULL,
  quote = FALSE,
  right = TRUE,
  row.names = TRUE,
  max = NULL
)

Arguments

x

object of class "Pfreq"

...

further arguments passed to or from other methods.

digits

minimal number of significant digits, see print.default.

quote

logical, indicating whether or not strings should be printed with surrounding quotes.

right

logical, indicating whether or not strings should be right aligned.

row.names

logical (or character vector), indicating whether (or what) row names should be printed.

max

numeric or NULL, specifying the maximal number of entries to be printed. By default, when NULL, getOption("max.print") used.

Value

output printed to the console


confreq documentation built on Nov. 13, 2022, 9:05 a.m.