R/mol_wts.R

#' Molecular weights of the species
#'
#' A table of the molecular weights of the ion species.
#'
#' @format A data frame with 2 columns:
#' \describe{
#'   \item{chloride}{Chloride weight = 35.4527}
#'   \item{nitrate}{Nitrate weight = 62.0049}
#'   \item{sulfate}{Sulfate weight = 96.064}
#'   \item{sodium}{Sodium weight = 22.989768}
#'   \item{potassium}{Potassium weight = 39.0983}
#'   \item{calcium}{Calcium weight = 40.078}
#'   \item{magnesium}{Magnesium weight = 24.305}
#'   ...
#' }
#'
#'
"mol_wts"
BhavShah01/SaltsR documentation built on Dec. 19, 2024, 7:37 p.m.