nsink_plot_transport | 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_transport(
transport_idx,
breaks = c(0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100),
colors = c("#38A1D0", "#7AB4C0", "#A2C8B0", "#C3DC9D", "#E2F088", "#F5E871", "#F9C159",
"#F99844", "#F56A2E", "#EF2820")
)
transport_idx |
A transport index |
breaks |
A vector of values specifying breakpoints to break the
transport |
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.