print.summary.rankLocReg: Wrapper summary for object of class 'rankLocReg'

Description Usage Arguments Value Author(s) See Also Examples

View source: R/functions.R

Description

Wrapper summary for object of class rankLocReg.

Usage

1
2
## S3 method for class 'summary.rankLocReg'
print(x, ...)

Arguments

x

An object of class rankLocReg.

...

Further arguments passed to or from other methods.

Value

A summary list with main features calculated by function rankLocReg.

Author(s)

Diego Barneche.

See Also

rankLocReg, summary.rankLocReg

Examples

1
2
3
4
5
# load sea urchin respirometry data
data(UrchinData)
# rank L metric by method 'eq'
allRegs  <-  rankLocReg(xall=UrchinData$time, yall=UrchinData$D, alpha=0.3, method="eq", verbose=TRUE)
summary(allRegs)

colin-olito/LoLinR documentation built on May 13, 2019, 9:54 p.m.