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 after log10.
It should be :
log10(HCO3 | factor(basin))
Eloi
--
Eloi Mercier
Bioinformatics PhD Student, UBC
Paul Pavlidis Lab
2185 East Mall
University of British Columbia
Vancouver BC V6T1Z4
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.