print.ESS: Provides a 'print' method for class 'ESS'

Description Usage Arguments Details Author(s) See Also Examples

View source: R/print.ESS.R

Description

Print method for R2GUESS

Usage

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

Arguments

x

an object of class ESS

...

not used currently

Details

print method for ESS class, returns a description of the x object.

Author(s)

Benoit Liquet, b.liquet@uq.edu.au,
Marc Chadeau-Hyam m.chadeau@imperial.ac.uk,
Leonardo Bottolo l.bottolo@imperial.ac.uk,
Gianluca Campanella g.campanella11@imperial.ac.uk

See Also

as.ESS.object

Examples

1
2
3
# load an ESS object
modelY_Hopx <- example.as.ESS.object()
print(modelY_Hopx)

R2GUESS documentation built on May 2, 2019, 1:47 p.m.