inbo / watina

R package for querying & processing data from the INBO Watina database (groundwater data)
https://inbo.github.io/watina/
GNU General Public License v3.0
1 stars 0 forks source link

Hydrochemistry: add function for Maucha diagrams #66

Open cecileherr opened 3 years ago

cecileherr commented 3 years ago

It could be useful to add a function to create Maucha diagrams (a graphical representation of the major cations and anions in a chemical sample) (see also this discussion: inbo/habnorm#138)

Inspiration sources:

This function should work with the output of get_chem().

cecileherr commented 3 years ago

check this: https://stackoverflow.com/questions/9614433/creating-radar-chart-a-k-a-star-plot-spider-plot-using-ggplot2-in-r (and ggradar)