Displaying 1 result from an estimated 1 matches for "myc02".
Did you mean:
mdc02
2011 Aug 20
1
Groups and bwplot
...uptake',myCO2) # works
mybwplot('Type','uptake',myCO2,'Treatment') # Error using packet 1,
'x' is missing
mybwplot('Type','uptake',myCO2,'year') # Error using packet 1, 'x' is missing
# Deepayan Sarkar suggested code (adapted to myC02)
# bwplot(uptake ~ Plant, data = myCO2, groups = Treatment,
# pch = "|", box.width = 1/3,
# panel = panel.superpose,
# panel.groups = function(x, y, ..., group.number) {
# panel.bwplot(x + (group.number-1.5)/3, y, ...)
# })