fn_extract_basin | R Documentation |
Trims data frame to include only segments upstream of end segment. It is inclusive of the end segment and will thus include the outlet and all upstream segments
fn_extract_basin(cia_data_frame, end_seg)
cia_data_frame |
Data frame of cumulative impact data. This must contain a column with the name "riverseg" that contains all river segments of interest. This function can ONLY find upstream segments if they are present in this riverseg column! |
end_seg |
Desired end river segment - river segment that is most downstream |
Trimmed cumulative impact data frame containing the outlet and all upstream segments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.