print.rkt: print Method for class rkt

View source: R/print.rkt.R

print.rktR 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)

rkt documentation built on May 29, 2024, 7:31 a.m.