plot.word_tree: Plots a word_tree Object

Description Usage Arguments

Description

Plots a word_tree object

Usage

1
2
3
## S3 method for class 'word_tree'
plot(x, path = file.path(tempdir(), "word_tree.html"),
  width = 900, height = 600, open = TRUE, ...)

Arguments

x

A word_tree object.

path

A path ending in .html to output the plot to.

width

The width of the plot in px for browsers.

height

The height of the plot in px for browsers.

open

logical If TRUE and interactive, the plot will be opened in the browser or RStudio.

...

ignored.


trinker/textplot documentation built on May 29, 2019, 1:38 p.m.