nsink_plot_removal: N-Sink plot function for removal efficiency

View source: R/nsink_plot.R

nsink_plot_removalR Documentation

N-Sink plot function for removal efficiency

Description

This function creates a simple plot with a pre-selected color palette, although different breaks and colors can be provided by the user. This is meant as a quick means to visualize removal efficiency.

Usage

nsink_plot_removal(
  removal_effic,
  breaks = c(0.2, 0.4, 0.6, 0.8),
  colors = c("#D3FFBE", "#70A800", "#267300")
)

Arguments

removal_effic

A removal efficiency raster that can be created via nsink_generate_static_maps.

breaks

A vector of values specifying breakpoints to break the removal raster. Must be one more than number of colors.

colors

A vector of hexcodes for the colors


jhollist/nsink documentation built on June 14, 2025, 8:58 p.m.