Plot spatial and environmental outliers
plot_outliers(report)
report | The report generated by |
---|
Note that this might generate multiple visualizations in the Plots and Viewers panes in RStudio.
check_outliers_species
check_outliers_dataset
# NOT RUN { r <- check_outliers_species(abra, report = TRUE) plot_outliers(r) r <- check_outliers_dataset(abra, report = TRUE) plot_outliers(r) # }