plot.hierarchical_coverage_term: Plots a hierarchical_coverage_term Object

Description Usage Arguments

View source: R/hierarchical_coverage_term.R

Description

Plots a hierarchical_coverage_term object

Usage

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

Arguments

x

A hierarchical_coverage_term object.

use.terms

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 terms are sorted by highest unique gain.

...

ignored.


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