Learn R Programming

rarestR (version 1.1.1)

print.rarestr: Print the "rarestr" class

Description

This function prints the contents of a rarestr object.

Usage

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

Value

Print the "rarestr" class

Arguments

x

a "rarestr" object#'

...

Other arguments passed to print().

Examples

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

Run the code above in your browser using DataLab