print.rkt {rkt} | R Documentation |
print Method for class rkt
Description
The results of the test(s) and the slope are printed
Usage
## S3 method for class 'rkt'
print(x, ...)
Arguments
x |
an object of class rkt, i.e. the output of the rkt function |
... |
any additional argument |
Value
NULL
Author(s)
Aldo Marchetto <aldo.marchetto@cnr.it>
Examples
data(pie1)
ex<-rkt(pie1$Year,pie1$SO4,pie1$Month,pie1$mm,TRUE)
print(ex)
[Package rkt version 1.7 Index]