plot.word_proximity: Plots a word_proximity object

Description Usage Arguments

View source: R/word_proximity.R

Description

Plots a word_proximity object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'word_proximity'
plot(
  x,
  label = TRUE,
  lab.digits = NULL,
  high = "red",
  low = "white",
  grid = NULL,
  ...
)

Arguments

x

The word_proximity 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.

high

The color to be used for higher values.

low

The color to be used for lower values.

grid

The color of the grid (Use NULL to remove the grid).

...

Other arguments passed to qheat.


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