Calculates the depth of the recruitment tree (i.e. the recruitment wave) at each node.
Calculates the depth of the recruitment tree (i.e. the recruitment wave) at each node.
get.wave(data)
data |
An rds.data.frame |
data(fauxmadrona) #number subjects in each wave w <- get.wave(fauxmadrona) #number recruited in each wave barplot(table(w))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.