plot.SSF {pamm}R Documentation

GRAPHIC OUTPUT OF THE SSF FUNCTION

Description

provide graphic interpretation of the simulation results

Usage

## S3 method for class 'SSF':
plot(x,...)

Arguments

x an SSF object
... potentially further arguments to pass to methods

Author(s)

Julien Martin

See Also

SSF,plot.PAMM,plot.EAMM

Examples

## Not run:
#  ours<- SSF(10,200,10,c(0.4,0.1,0.6,0))
#  plot(ours)
## End(Not run)

[Package pamm version 0.2 Index]