Learn R Programming

DLMtool (version 5.4.5)

CC: Age-based Catch Curve

Description

Age-based Catch Curve

Usage

CC(x, Data, reps = 100, plot = FALSE)

Arguments

x

Iteration number

Data

An object of class Data

reps

Number of reps

plot

Logical. Show the plot?

Value

A vector of length reps of samples of the negative slope of the catch-curve (Z)

Examples

Run this code
# NOT RUN {
CC(1, DLMtool::SimulatedData, plot=TRUE)
# }

Run the code above in your browser using DataLab