print_marssMODEL: Printing marssMODEL Objects

Description Usage Arguments Value Author(s) Examples

Description

print(marssMODEL)., where marssMODEL is a marssMODEL object, will print out summary information on the model.

Usage

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

Arguments

x

A marssMODEL object.

...

Other arguments for print.

Value

A print out of information and invisibly a list with the structure of each parameter matrix. If you assign the print call to a value, then you can reference the output.

Author(s)

Eli Holmes, NOAA, Seattle, USA.

eli(dot)holmes(at)noaa(dot)gov

Examples

1
2
3
4
5
6
7
8
 
  dat = t(harborSeal)
  dat = dat[c(2,11),]
  MLEobj = MARSS(dat)

  print(MLEobj$model)
  #this is identical to 
  print(MLEobj, what="model")

gragusa/MARSS documentation built on May 17, 2019, 8:18 a.m.