plot_outliers: Plot spatial and environmental outliers

Description Usage Arguments Details See Also Examples

View source: R/check_outliers.R

Description

Plot spatial and environmental outliers

Usage

1

Arguments

report

The report generated by check_outliers_species or check_outliers_dataset

Details

Note that this might generate multiple visualizations in the Plots and Viewers panes in RStudio.

See Also

check_outliers_species check_outliers_dataset

Examples

1
2
3
4
5
6
7
## Not run: 
r <- check_outliers_species(abra, report = TRUE)
plot_outliers(r)
r <- check_outliers_dataset(abra, report = TRUE)
plot_outliers(r)

## End(Not run)

sharksmhi/tryout documentation built on Dec. 27, 2019, 5:34 a.m.