Description Usage Arguments Value Examples
View source: R/identify_outliers.R
Identifies outliers on a graph for a certain parameter.
1 | identify_outliers(upstream_slopes_test, parameter_of_interest, species)
|
upstream_slopes_test |
A data frame generated by the @extract_slope_params function. |
parameter_of_interest |
The slope parameter you wish to investigate. |
species |
The species to analyse |
A subset of @upstream_slopes_test which contains only outliers.
1 2 | identify_outliers(slope_max, upstream_slopes_test)
# Will have to zoom on graph and click outliers
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.