plot.termco: Plots a termco object

Description Usage Arguments

View source: R/termco.R

Description

Plots a termco object.

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'termco'
plot(
  x,
  label = FALSE,
  lab.digits = 1,
  percent = NULL,
  zero.replace = NULL,
  ...
)

Arguments

x

The termco object.

label

logical. If TRUE the cells of the heat map plot will be labeled with count and proportional values.

lab.digits

Integer values specifying the number of digits to be printed if label is TRUE.

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.

...

Other arguments passed to qheat.


trinker/qdap documentation built on Sept. 30, 2020, 6:28 p.m.