[R] Population Histogram

2009-12-09 Thread terry johnson
How would I make a population histogram in R from an excel file? Thanks [[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

Re: [R] Population Histogram

2009-12-09 Thread milton ruser
1. Read the posting guide: http://www.R-project.org/posting-guide.htmlhttp://www.r-project.org/posting-guide.html 2. Did you installed R? 2.1. Case yes, go to the help, click on Manual in PDF bests miltinho On Wed, Dec 9, 2009 at 1:47 PM, terry johnson terry.johnson@gmail.comwrote:

Re: [R] Population Histogram

2009-12-09 Thread Jim Lemon
On 12/10/2009 05:47 AM, terry johnson wrote: How would I make a population histogram in R from an excel file? Thanks Hi Terry, library(gdata) ozpop-read.xls(ozpop.xls) xycol-color.gradient(c(0,0,0.5,1),c(0,0,0.5,1),c(1,1,0.5,1),18)

Re: [R] Population Histogram

2009-12-09 Thread Jim Lemon
On 12/10/2009 04:39 PM, Jim Lemon wrote: On 12/10/2009 05:47 AM, terry johnson wrote: How would I make a population histogram in R from an excel file? Thanks Hi Terry, library(gdata) ozpop-read.xls(ozpop.xls) xycol-color.gradient(c(0,0,0.5,1),c(0,0,0.5,1),c(1,1,0.5,1),18)