plot_wqis: Plot Water Quality Indices

plot_wqisR Documentation

Plot Water Quality Indices

Description

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.

Usage

plot_wqis(data, x = "Tests", size = 3, shape = 21)

Arguments

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.

See Also

plot_map_wqis


bcgov/wqindex documentation built on Feb. 17, 2024, 9:23 a.m.