print.Pfreq {confreq} | R 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 |
... |
further arguments passed to or from other methods. |
digits |
minimal number of significant digits, see |
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 |
Value
output printed to the console
[Package confreq version 1.6.1-1 Index]