Learn R Programming

qacBase (version 1.0.3)

print.tab: Print a tab object

Description

Print the results of calculating a frequency table

Usage

# S3 method for tab
print(x, ...)

Arguments

x

An object of class tab

...

Parameters passed to the print function

Value

No return value, called for side effects

Examples

Run this code
# NOT RUN {
frequency <- tab(cardata, make, sort = TRUE, na.rm = FALSE)
print(frequency)
# }

Run the code above in your browser using DataLab