| dataICHS | R Documentation |
Data.frame with data for testing the ICHS() (Ionic Charge Summation) function. Column 1: sample identification code. Column 2: measurement of water conductivity. Column3 onwards: measurement of ionic chemical components of water expressed in milliequivalent per litre.
data("dataICHS")
A data frame with 411 observations on the following 14 variables.
codigoa character vector
conductividada numeric vector
cargacloruroa numeric vector
cargacarbonatoa numeric vector
cargabicarbonatoa numeric vector
cargafosfatoa numeric vector
carganitratoa numeric vector
carganitritoa numeric vector
cargafloruroa numeric vector
cargaarcenicoa numeric vector
cargaamonioa numeric vector
cargasulfatoa numeric vector
cargasodioa numeric vector
cargacalcioa numeric vector
# Including data.frame: data in workspace.
data("dataICHS")
# Column names of data.frame: data
names(dataICHS)
# Data set type of columns of data.frame: data.
str(dataICHS)
# Visualization of sample A45
#The following code should display a graphic with all samples in green dots and sample
# A45 as red big dot
ICHS("A45",dataICHS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.