nsink_plot_removal | R Documentation |
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.
nsink_plot_removal(
removal_effic,
breaks = c(0.2, 0.4, 0.6, 0.8),
colors = c("#D3FFBE", "#70A800", "#267300")
)
removal_effic |
A removal efficiency |
breaks |
A vector of values specifying breakpoints to break the
removal |
colors |
A vector of hexcodes for the colors |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.