- association_data
a K x N
matrix of K groups (observations, gathering events, etc.) and N individuals (all individuals that are present in at least one group) OR a K x N x N
array of sampling periods.
- data_format
"GBI"
expect a group by individual matrix, "SP"
Expect a sampling periods array
- swaps
number of swaps (default = 1000)
- association_index
"SRI"
Simple ratio index, "HWI"
Half-weight index (more to come)
- association_matrix
provide a starting association matrix (see details)
- identities
N vector of identifiers for each individual (column) in the group by individual matrix
- which_identities
vector of identities to include in the network (subset of identities)
- times
K vector of times defining the middle of each group/event
- occurrences
N x S matrix with the occurrence of each individual in each sampling period (see details) containing only 0s and 1s
- locations
K vector of locations defining the location of each group/event
- which_locations
vector of locations to include in the network (subset of locations)
- start_time
element describing the starting time for inclusion in the network (useful for temporal analysis)
- end_time
element describing the ending time for inclusion in the network (useful for temporal analysis)
- classes
N vector of types or class of each individual (column) in the group by individual matrix (for subsetting)
- which_classes
vector of class(es)/type(s) to include in the network (subset of classes)
- days
K vector of day stamp for each event (can be integer or string representing any period of time)
- within_day
if TRUE
then permutations will be done within the time periods
- within_location
if TRUE
then permutations will be done within the given locations
- within_class
if TRUE
then permutations will be done within the given classes
- symmetric
Boolean to ensure that permutations maintain symmetry within sampling periods if using data_format="SP"
- trialSwap
Boolean to include trial swaps (if TRUE, then every attempted permutation is returned)