Displaying 1 result from an estimated 1 matches for "panrep".
Did you mean:
banrep
2009 Dec 10
1
Help with beanplot fromatting
...t;C","D","E"),
c(100,100,50,100,100)), group = rep(c("grp1", "grp2")), val = rnorm(450))
mydata$grouprep <- paste( mydata$tank, mydata$group)
mydata$grouprep <-with(mydata, ifelse((tank=="C"), "C grp1", grouprep))
beanplot(val~panrep, data = mydata, ll = 0.04,
main = "example", ylab = "Size",
xlab = "tank",
side = "both", border = NA, col = list(c("blue", "white"), c("red",
"yellow")))
Thanks,
Jim
James C. Widman Jr.
Research Fishery Biolo...