This will put the years on the plot: barplot(total_sums, beside=TRUE, col=(2:3), las=2, names.arg=1986:1995)
On Wed, May 6, 2009 at 10:03 AM, Steve Murray <smurray...@hotmail.com>wrote: > > > dput(total_sums) > structure(c(17722202.6898231, 15276602.215475, 16875888.5155229, > 14086271.625756, 18626581.9628846, 15387747.481166, 18428414.8535184, > 15560882.404998, 17611181.5207881, 14905453.195546, 17290016.3934661, > 14939493.120707, 16819288.8227961, 13979000.614402, 17657959.3656573, > 14814672.426469, 17803561.0042762, 15003711.075902, 18016143.3425573, > 14464426.596292), .Dim = c(2L, 10L), .Dimnames = list(c("Sim_1986", > "X1986"), c("sums86", "sums87", "sums88", "sums89", "sums90", > "sums91", "sums92", "sums93", "sums94", "sums95"))) > > > Wasn't aware of dput - y'learn something new every day! > > Hope this helps, > > Steve > > > _________________________________________________________________ > Beyond Hotmail see what else you can do with Windows Live. > http://clk.atdmt.com/UKM/go/134665375/direct/01/ > -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem that you are trying to solve? [[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.