View source: R/fn_plot_cia_dend.R
fn_plot_cia_dend | R Documentation |
Helps locate all upstream segments from the working segment
fn_plot_cia_dend(
riv_seg,
AllSegList,
runid1,
runid2,
flow_metric,
cia_data_frame
)
riv_seg |
Downstream river segment that you wish to have no more tributaries below segment - cannot be any more downstream then segment entered into function |
AllSegList |
List of all vahydro river segments |
runid1 |
Runid that corresponds to first metric in data frame |
runid2 |
Runid that corresponds to second metric in data frame |
flow_metric |
Flow metric that corresponds to data in data frame |
cia_data_frame |
Data frame of cumulative impact data |
A dendritic plot of segments from data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.