Displaying 4 results from an estimated 4 matches for "bicarbon".
Did you mean:
carbon
2012 May 17
3
New Eyes Needed to See Syntax Error
...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 =
'Bicarbonate (Log10)',
prepanel = prepanel.qqmathline,
panel =...
2024 Feb 02
1
gathering denominator under frac
Hi friends - I'm plotting a ratio of bicarbonates i ggplot2 and
ylab(expression(paste(frac("additive BIC","true BIC")))) worked OK - but
now I have been asked to put the chemistry instead - so I wrote
?ylab(expression(paste(frac("additive",HCO[3]^"-","true",HCO[3]^"-"))))
- and f...
2024 Feb 02
1
gathering denominator under frac
?s 10:01 de 02/02/2024, Troels Ring escreveu:
> Hi friends - I'm plotting a ratio of bicarbonates i ggplot2 and
>
> ylab(expression(paste(frac("additive BIC","true BIC")))) worked OK - but
> now I have been asked to put the chemistry instead - so I wrote
>
> ?ylab(expression(paste(frac("additive",HCO[3]^"-","true",HCO[3]^&...
2024 Feb 02
1
gathering denominator under frac
...n(frac(additive ~ HCO[3]^"-",
true ~ HCO[3]^"-" )))
Cheers,
Bert
On Fri, Feb 2, 2024 at 3:06?AM Rui Barradas <ruipbarradas at sapo.pt> wrote:
> ?s 10:01 de 02/02/2024, Troels Ring escreveu:
> > Hi friends - I'm plotting a ratio of bicarbonates i ggplot2 and
> >
> > ylab(expression(paste(frac("additive BIC","true BIC")))) worked OK - but
> > now I have been asked to put the chemistry instead - so I wrote
> >
> > ylab(expression(paste(frac("additive",HCO[3]^"-",&qu...