View source: R/split_network_data.R
split_network_data | R Documentation |
This function produces a list of dataframes split by a categorical metadata variable
defined by subset.column
. Comparisons within each subset.column
group are dropped
if the number of observations is less than 5. Each split dataframe represents a
subcommunity from which separate networks will be constructed in downstream functions.
split_network_data(prepared.data, subset.column)
prepared.data |
Output from |
subset.column |
Metadata variable by which |
split_network_data(prepared_data, "zone")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.