plot.tmbprofile {TMB}R Documentation

Plot likelihood profile.

Description

Plot (negative log) likelihood profile with confidence interval added.

Usage

## S3 method for class 'tmbprofile'
plot(x, type = "l", level = 0.95, ...)

Arguments

x

Output from tmbprofile.

type

Plot type.

level

Add horizontal and vertical lines depicting this confidence level (NULL disables the lines).

...

Additional plot arguments.


[Package TMB version 1.9.11 Index]