plot_ions | R Documentation |
This function takes a water data frame defined by define_water
and outputs an ion balance plot.
plot_ions(water)
water |
Source water vector created by link function here |
A ggplot object displaying the water's ion balance.
water <- define_water(7, 20, 50, 100, 20, 10, 10, 10, 10, tot_po4 = 1)
plot_ions(water)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.