Presenting major cations and anions in soil or water samples through Maucha Diagrams
A Maucha diagram, or Maucha symbol, is a graphical representation of the major cations and anions in a chemical sample. The star shape diagram comprises eight kite-shaped polygons, the area of each of which is proportional to the concentration of an ion in milliequivalents per litre. The anions carbonate, bicarbonate, chloride and sulphate are on the left, while the cations potassium, sodium, calcium and magnesium are on the right. The total ionic concentration adds up to the area of the background circle, the total anion concentration adds up to the left semicircle and the total cation concentration adds up to the right semicircle. A package “oviz” is available in ‘github’ for developing Maucha diagram. We need to install it from github. devtools::install_github( "fkeck/oviz" ) Once installed, load the library library(oviz) Now, set your working directory using function “setwd( )”. path <- ( "E: \\ Blog" ) # Write your working directory p...