dataTSSS {AQuality} | R Documentation |
Data Sets~~
Description
Data.frame with data for testing the TSSS() (total soluble solids summation) function. Column 1: sample identification code. Column 2: measurement of total soluble solids. Column3 onwards: measurement of chemical components of water expressed in the same units as column 2.
Usage
data("dataTSSS")
Format
A data frame with 411 observations on the following 16 variables.
codigo
a character vector
solidostotales
a numeric vector
cloruro
a numeric vector
carbonato
a numeric vector
bicarbonato
a numeric vector
fosfato
a numeric vector
nitrato
a numeric vector
nitrito
a numeric vector
fluoruro
a numeric vector
arsenico
a numeric vector
amonio
a numeric vector
sulfato
a numeric vector
sodio
a numeric vector
tkn
a numeric vector
calcio
a numeric vector
magnesio
a numeric vector
Examples
# Including data.frame: data in workspace.
data("dataTSSS")
# Column names of data.frame: data
names(dataTSSS)
# Data set type of columns of data.frame: data.
str(dataTSSS)
# Visualization of sample A45
#The following code should display a graphic with all samples in green dots and sample
# A45 as red big dot
TSSS("A45",dataTSSS)
[Package AQuality version 1.1 Index]