plot_ions function

Create summary plot of ions from water class

Create summary plot of ions from water class

This function takes a water data frame defined by define_water and outputs an ion balance plot.

plot_ions(water)

Arguments

  • water: Source water vector created by link function here

Returns

A ggplot object displaying the water's ion balance.

Examples

water_defined <- define_water(7, 20, 50, 100, 80, 10, 10, 10, 10, tot_po4 = 1) plot_ions(water_defined)
  • Maintainer: Sierra Johnson
  • License: Apache License (>= 2) | MIT + file LICENSE
  • Last published: 2025-01-22