S3 print method for object of class"Pfreq"
# S3 method for Pfreq
print(
x,
...,
digits = NULL,
quote = FALSE,
right = TRUE,
row.names = TRUE,
max = NULL
)
output printed to the console
object of class "Pfreq"
further arguments passed to or from other methods.
minimal number of significant digits, see print.default
.
logical, indicating whether or not strings should be printed with surrounding quotes.
logical, indicating whether or not strings should be right aligned.
logical (or character vector), indicating whether (or what) row names should be printed.
numeric or NULL
, specifying the maximal number of entries to be printed. By default, when NULL
, getOption("max.print")
used.