qdap (version 2.4.3)

print.termco: Prints a termco object.

Description

Prints a termco object.

Usage

# S3 method for termco
print(x, digits = NULL, percent = NULL, zero.replace = NULL, ...)

Arguments

x

The termco object

digits

Integer values specifying the number of digits to be printed.

percent

logical. If TRUE output given as percent. If FALSE the output is proportion. If NULL uses the value from termco. Only used if label is TRUE.

zero.replace

Value to replace 0 values with. If NULL uses the value from termco. Only used if label is TRUE.

ignored