get.seed.id {RDS} | R 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))
[Package RDS version 0.9-9 Index]