flows_sfn | R Documentation |
Flow plot of connections
flows_sfn(result, lowcut = NULL, uppcut = NULL)
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. |
A leaflet flow map output.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.