print.frequencytable: Print Frequencytable results from frequency()

print.frequencytableR Documentation

Print Frequencytable results from frequency()

Description

This function controls printing for class frequencytable. It is the same as print.data.frame except that row.names defaults to FALSE and right defaults to FALSE. It also adds a title if this was created when the frequencytable was created.

Usage

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

Arguments

x

The object to be printed.

quote

indicates if the string values should be returned enclosed in quotation marks.

right

Is a logical indicating if the values should be right aligned.

row.names

indicates if the row.names or numbers should be printed.


lehmansociology/lehmansociology documentation built on May 21, 2022, 9:06 p.m.