flows_sfn {SeaGraphs} | R Documentation |
Flow plot
Description
Flow plot of connections
Usage
flows_sfn(result, lowcut = NULL, uppcut = NULL)
Arguments
result |
|
lowcut |
Optional percentile of threshold for not plotting connections below this value. |
uppcut |
Optional percentile of threshold for not plotting connections above this value. |
Value
A leaflet flow map output.
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)
[Package SeaGraphs version 0.1.2 Index]