tests/plotmeans_nobars.R

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

suppressMessages(library(gplots))
data(state)
plotmeans(state.area ~ state.region, bars=FALSE)

Try the gplots package in your browser

Any scripts or data that you put into this service are public.

gplots documentation built on April 25, 2022, 9:06 a.m.