plot.table_count {qdap}R Documentation

Plots a table_count Object

Description

Plots a table_count object.

Usage

## S3 method for class 'table_count'
plot(x, values = TRUE, high = "red", ...)

Arguments

x

The table_count object.

values

logical. If TRUE the cell values will be included on the heatmap.

high

The color to be used for higher values.

...

Other arguments passed to qheat.


[Package qdap version 2.4.6 Index]