Learn R Programming

EWSmethods (version 1.3.1)

CODrecovery: Three Recovering Cod Populations

Description

A dataset containing three simulated cod populations. Community 1 does not recovery whereas Community 100 and 200 do.

Usage

CODrecovery

Arguments

Format

A list of three dataframes with 191 rows and 6 variables each:

community_id

the identity of the simulated community

time

time index

biomass

population total biomass

mean.size

average length of cod individuals

sd.size

variation in length of cod individuals

inflection_pt

the time index where transition occurs

Examples

Run this code
data("CODrecovery", package = "EWSmethods")

cod_data <- CODrecovery$scenario2

Run the code above in your browser using DataLab