powered by
Calculates the depth of the recruitment tree (i.e. the recruitment wave) at each node.
get.wave(data)
An rds.data.frame
data(fauxmadrona) #number subjects in each wave w <- get.wave(fauxmadrona) #number recruited in each wave barplot(table(w))
Run the code above in your browser using DataLab