Description Usage Arguments Value See Also Examples
View source: R/axial_helper_functions.R
Add axial distributions. Useful to construct an overall distribution that results from multiple 'draws' from smaller distributions. E.g. The pathway between first cousins which can be found by adding each of the component distributions of their respective lifespans along with the relevant offspring producing (e.g. oviposition) of the parent.
1 | axials_add(axvals)
|
axvals |
numeric. vector of axial distribution values from different kernels that are to be added. |
numeric
Returns the axial value that results from adding the input axial values under an additive variance framework.
Other axial_helpers:
axials_decompose()
,
axials_subtract()
,
axials()
,
axpermute_subtract()
,
axpermute()
1 2 3 | fullsibs_ax <- 5
parent_offspring_ax <- 25
cousin_ax <- axials_add(c(fullsibs_ax, parent_offspring_ax))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.