plot.rarestr {rarestR}R Documentation

Plot the "rarestr" class

Description

Plot the "rarestr" class

Usage

## S3 method for class 'rarestr'
plot(x, ...)

Arguments

x

a "rarestr" object

...

other arguments passed to plot()

Value

Plot the "rarestr" class

Examples

data(share, package = 'rarestR')
Output_tes <- tes(share[1,])
Output_tes
plot(Output_tes)

[Package rarestR version 1.0.0 Index]