print.sar: print.sar

Description Usage Arguments Details Value Author(s) Examples

View source: R/print.sar.R

Description

S3 method for class sar

Usage

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

Arguments

x

an object of class sar

...

arguments to be passed to methods

Details

See Examples

Value

Returns the object silently

Author(s)

Andy Rominger <ajrominger@gmail.com>, Cory Merow

Examples

1
2
3
4
data(anbo)
anbo.sar <- meteSAR(anbo$spp, anbo$count, anbo$row, anbo$col, Amin=1, A0=16)
print(anbo.sar)
anbo.sar # alternatively

meteR documentation built on May 2, 2019, 11:04 a.m.