On Thu, 17 May 2012, Mercier Eloi wrote:
Missing a closing parenthesis after log10.
Eloi,
A-ha! I knew new eyes would see what I kept missing.
Many thanks!
Rich
--
Richard B. Shepard, Ph.D. | Integrity - Credibility - Innovation
Applied Ecosystem Services, Inc. |Helping
Your log10(HCO3 and sqrt(HCO3 seem to be missing closing brackets.
HTH,
baptiste
On 18 May 2012 11:34, Rich Shepard wrote:
> 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 t
On 12-05-17 04:34 PM, Rich Shepard wrote:
hco32 <- qqmath(~ log10(HCO3 | factor(basin), data = surfchem.cast,
main = 'Bicarbonate (Log10)',
prepanel = prepanel.qqmathline,
panel = function(x, ...) {
panel.qqmathline(x, ...)
panel.qqmath(x, ...)
})
Missing a closing parenthesis af
On Thu, 17 May 2012, Rich Shepard wrote:
Error in source("bicarb.R") : bicarb.R:15:1: unexpected symbol
14:
15: hco33
^
These two lines were concatenated in the message on the mail list.
Rich
--
Richard B. Shepard, Ph.D. | Integrity - Credibility - Innovation
Applied Ecosyste
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
^
T
5 matches
Mail list logo