Learn R Programming

pamm (version 0.5)

plot.SSF: Graphic output of the PAMM function

Description

provide graphic interpretation of the simulation results

Usage

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

Arguments

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

Value

    See Also

    SSF, plot.PAMM, plot.EAMM

    Examples

    Run this code
    oursSSF=SSF(50,100,10,c(0.4,0.1,0.6,0))
       plot(oursSSF)

    Run the code above in your browser using DataLab