plot.SSF: Graphic output of the PAMM function

View source: R/plot.SSF.R

plot.SSFR Documentation

Graphic output of the PAMM 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

Examples

## Not run: 
   oursSSF <- SSF(50,100,10,c(0.4,0.1,0.6,0))
   plot(oursSSF)
   
## End(Not run)



pamm documentation built on Aug. 29, 2023, 1:10 a.m.