File: plotmeans_nobars.R

package info (click to toggle)
gplots 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,580 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
## 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)