View source: R/relatedness functions.R
Calculate pairwise relatedness
1 2 3 4 5 6 7 8 9 10 11 | calculate_pairwise_relatendess(
from.id,
to.id,
population.data,
r.degree = 2,
population.network = NULL,
fromid.ego.network = NULL,
toid.ego.network = NULL,
r.type = "coef.of.relationship",
plot.ego.networks = FALSE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.