print.rkt | R Documentation |
The results of the test(s) and the slope are printed
## S3 method for class 'rkt'
print(x, ...)
x |
an object of class rkt, i.e. the output of the rkt function |
... |
any additional argument |
NULL
Aldo Marchetto <aldo.marchetto@cnr.it>
data(pie1)
ex<-rkt(pie1$Year,pie1$SO4,pie1$Month,pie1$mm,TRUE)
print(ex)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.