get.seed.id: Calculates the root seed id for each node of the recruitement...

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

get.seed.idR Documentation

Calculates the root seed id for each node of the recruitement tree.

Description

Calculates the root seed id for each node of the recruitement tree.

Usage

get.seed.id(data)

Arguments

data

An rds.data.frame

Examples

data(fauxmadrona)
seeds <- get.seed.id(fauxmadrona)
#number recruited by each seed
barplot(table(seeds))

RDS documentation built on Aug. 20, 2023, 9:06 a.m.