Check that All Attributes in the Main netsim_dat Object are of Equal Length
Source: R/net.fn.accessor.R
check_attr_lengths.RdEvery nodal attribute must hold exactly one value per node, the
number of nodes being the length of the active attribute.
This is checked at the end of each time step of netsim().
An attribute of the wrong length is usually created by an
append_attr() call that does not cover every new node, or by
direct assignment into dat$run$attr in place of the accessors.
Arguments
- dat
Main
netsim_datobject containing anetworkDynamicobject and other initialization information passed fromnetsim().