print.sar {meteR} | R Documentation |
print.sar
Description
S3 method for class sar
Usage
## S3 method for class 'sar'
print(x, ...)
Arguments
x |
an object of class |
... |
arguments to be passed to methods |
Details
See Examples
Value
Returns the object silently
Author(s)
Andy Rominger <ajrominger@gmail.com>, Cory Merow
Examples
data(anbo)
anbo.sar <- meteSAR(anbo$spp, anbo$count, anbo$row, anbo$col, Amin=1, A0=16)
print(anbo.sar)
anbo.sar # alternatively
[Package meteR version 1.2 Index]