Flow plot
flows_sfn.Rd
Flow plot of connections
Arguments
- result
SeaGraph
object (i.e. output of seagraph) orsfnetwork
orsf
object containing 'from', 'to' and 'weight' column names.- lowcut
Optional percentile of threshold for not plotting connections below this value.
- uppcut
Optional percentile of threshold for not plotting connections above this value.
Examples
graph_result <- seagraph(component_u = get_component_u(),
component_v = get_component_v(),
mask_shapefile = NULL,
k_neighbors = 7)
flows_sfn(graph_result)
flows_sfn(graph_result, lowcut = 0.1, uppcut = 0.9)