Calculates the proportional distribution of each vertex attribute contained on the network, with a possible limitation to those attributes contained in the formation formula only.
get_attr_prop(nw, fterms, only.formula = TRUE)
The networkDynamic
object contained in the netsim
simulation.
Vector of attributes used in formation formula, usually as
output of get_formula_term_attr
.
Limit the tables to those terms only in fterms
,
otherwise output proportions for all attributes on the network object.