plot_wqis | R Documentation |
Creates a ggplot2 scatterplot object with the y-limits expanded to include 0 and 100. Water Quality Index categories are indicated by the fill colour of points.
plot_wqis(data, x = "Tests", size = 3, shape = 21)
data |
A data.frame of WQI values to plot. |
x |
A string of the column in data to plot on the x axis. |
size |
A number of the point size or string of the column in data to represent by the size of points. |
shape |
An integer of the point shape (permitted values are 21 to 25) or string of the column in data to represent by the shape of points. |
plot_map_wqis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.