This function takes a water data frame defined by define_water
and outputs an ion balance plot.
Examples
# \donttest{
water <- define_water(7, 20, 50, 100, 20, 10, 10, 10, 10, tot_po4 = 1)
plot_ions(water)
# }
This function takes a water data frame defined by define_water
and outputs an ion balance plot.
# \donttest{
water <- define_water(7, 20, 50, 100, 20, 10, 10, 10, 10, tot_po4 = 1)
plot_ions(water)
# }