Learn R Programming

RDS (version 0.9-9)

get.seed.id: 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

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

Run the code above in your browser using DataLab