Displaying 1 result from an estimated 1 matches for "hco31".
Did you mean:
hco3
2012 May 17
3
New Eyes Needed to See Syntax Error
...ut have
not been able to do so. The error is:
> source('bicarb.R')
Error in source("bicarb.R") : bicarb.R:15:1: unexpected symbol
14: 15: hco33
^
The 'h' is in column 0 so the caret would be column -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...