search for: hco32

Displaying 1 result from an estimated 1 matches for "hco32".

Did you mean: hco3
2012 May 17
3
New Eyes Needed to See Syntax Error
...olumn -1, but it's presented as column 1. The file, bicarb.R is: hco31 <- qqmath(~ HCO3 | factor(basin), data = surfchem.cast, main = 'Bicarbonate (Raw)', prepanel = prepanel.qqmathline, panel = function(x, ...) { panel.qqmathline(x, ...) panel.qqmath(x, ...) }) hco32 <- qqmath(~ log10(HCO3 | factor(basin), data = surfchem.cast, main = 'Bicarbonate (Log10)', prepanel = prepanel.qqmathline, panel = function(x, ...) { panel.qqmathline(x, ...) panel.qqmath(x, ...) }) hco33 <- qqmath(~ sqrt(HCO3 | factor(basin), data = surfchem.cas...