Learn R Programming

meteR (version 1.2)

print.sar: print.sar

Description

S3 method for class sar

Usage

"print"(x, ...)

Arguments

x
an object of class sar
...
arguments to be passed to methods

Value

Returns the object silently

Details

See Examples

Examples

Run this code
data(anbo)
anbo.sar <- meteSAR(anbo$spp, anbo$count, anbo$row, anbo$col, Amin=1, A0=16)
print(anbo.sar)
anbo.sar # alternatively

Run the code above in your browser using DataLab