plot.hierarchical_coverage_regex: Plots a hierarchical_coverage_regex Object

Description Usage Arguments

View source: R/hierarchical_coverage_regex.R

Description

Plots a hierarchical_coverage_regex object

Usage

1
2
## S3 method for class 'hierarchical_coverage_regex'
plot(x, use.names = nrow(x) <= 30, mark.one = FALSE, sort = FALSE, ...)

Arguments

x

A hierarchical_coverage_regex object.

use.names

logical. If TRUE terms are plotted on the x axis. If FALSE word numbers are. Te default is to plot terms if they are equal to or less than 30 in length.

mark.one

logical. If TRUE a purple horizontal line is added at 100% and the y axis is extended as well.

sort

logical. If TRUE the regex terms are sorted by highest unique gain.

...

ignored.


trinker/termco documentation built on Jan. 7, 2022, 3:32 a.m.