Learn R Programming

rkt (version 1.7)

print.rkt: print Method for class rkt

Description

The results of the test(s) and the slope are printed

Usage

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

Value

NULL

Arguments

x

an object of class rkt, i.e. the output of the rkt function

...

any additional argument

Author

Aldo Marchetto <aldo.marchetto@cnr.it>

Examples

Run this code
data(pie1)

ex<-rkt(pie1$Year,pie1$SO4,pie1$Month,pie1$mm,TRUE)
print(ex)

Run the code above in your browser using DataLab