Hello,

I am using
  library(gplots)
to do something like
  data(state)
  x1 <- state.area/10000
  x2 <- x1+round((rnorm(length(state.area),3,3)))
  plotmeans(x1 ~ state.region)

Is it possible to plot x2 to x1 in the same graph, something like:

linesmeans(x2 ~ state.region)

Best wishes,
Cheba

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to