tests/plotmeans_nobars.R

## Test that plotmeans works properly when bars=F
## Bug repoted by Alan Yong, Research Geophysicist,
## US DEPARTMENT OF THE INTERIOR

library(gplots)
data(state)
plotmeans(state.area ~ state.region, bars=FALSE)
r-gregmisc/gplots documentation built on March 3, 2020, 4:47 a.m.