Re: [R] Plot maps with R

2012-01-11 Thread hwright
Dear Alex Two other packages that create maps are: maps mapproj alaios wrote > > Dear all I would like to use R and make some maps. > I want to have strict control, over the details of the produced map, like > remove borders, city names, add markers, add labels. > > Is there any package apart

Re: [R] R endnote entry

2011-12-01 Thread hwright
1. May I suggest that you try Mendeley for bibliographic management 2. There are also citations for specific R packages when you download each version. Let's use the ade4 package as an example: http://cran.r-project.org/web/packages/ade4/index.html if you selection citation info the corresponding

Re: [R] How to extract information from the following dataset?

2011-05-12 Thread hwright
I have the following data set, in a csv file, looks like the following: Jan 27, 2010 16:01:24,000 125 - - - Jan 27, 2010 16:06:24,000 125 - - - .. The first few columns are month, day, year, time with OS3 accuracy. And the last number is the measurement I need to extract. I wonder if there