Learn R Programming

rarestR (version 1.1.1)

plot.rarestr: Plot the "rarestr" class

Description

Plot the "rarestr" class

Usage

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

Value

Plot the "rarestr" class

Arguments

x

a "rarestr" object

...

other arguments passed to plot()

Examples

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

Run the code above in your browser using DataLab