Displaying 1 result from an estimated 1 matches for "hco34".
Did you mean:
hco3
2012 May 17
3
New Eyes Needed to See Syntax Error
...anel.qqmathline(x, ...)
panel.qqmath(x, ...)
})
hco33 <- qqmath(~ sqrt(HCO3 | factor(basin), data = surfchem.cast, main =
'Bicarbonate (Square Root)',
prepanel = prepanel.qqmathline,
panel = function(x, ...) {
panel.qqmathline(x, ...)
panel.qqmath(x, ...)
})
hco34 <- qqmath(~ HCO3^1/3 | factor(basin), data = surfchem.cast, main =
'Bicarbonate (Cubic Root)',
prepanel = prepanel.qqmathline,
panel = function(x, ...) {
panel.qqmathline(x, ...)
panel.qqmath(x, ...)
})
pdf('hco3.pdf')
plot(hco31, split = c(1,1,2,2), more = T...