get.wave: Calculates the depth of the recruitment tree (i.e. the...

View source: R/rds.data.frame-utils.R

get.waveR Documentation

Calculates the depth of the recruitment tree (i.e. the recruitment wave) at each node.

Description

Calculates the depth of the recruitment tree (i.e. the recruitment wave) at each node.

Usage

get.wave(data)

Arguments

data

An rds.data.frame

Examples

data(fauxmadrona)
#number subjects in each wave
w <- get.wave(fauxmadrona)
#number recruited in each wave
barplot(table(w))

RDS documentation built on Sept. 11, 2024, 8:13 p.m.