Displaying 1 result from an estimated 1 matches for "bicarb".
Did you mean:
barb
2012 May 17
3
New Eyes Needed to See Syntax Error
One of many scripts to produce 4 lattice plots on one page keeps throwing
an error. I've tried manipulating the file to eliminate the error, but 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...