Re: [R] Running a PERL script from R

2007-09-08 Thread Paul Hiemstra
]] __ R-help@stat.math.ethz.ch 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. -- Drs. Paul Hiemstra

Re: [R] how to sub-sample a variable on another file coordinates

2007-09-03 Thread Paul Hiemstra
code. -- Drs. Paul Hiemstra Department of Physical Geography Faculty of Geosciences University of Utrecht Heidelberglaan 2 P.O. Box 80.115 3508 TC Utrecht Phone: +31302535773 Fax:+31302531145 http://intamap.geo.uu.nl/~paul __ R-help

Re: [R] Nested functions.

2007-08-30 Thread Paul Hiemstra
this helps, Paul -- Drs. Paul Hiemstra Department of Physical Geography Faculty of Geosciences University of Utrecht Heidelberglaan 2 P.O. Box 80.115 3508 TC Utrecht Phone: +31302535773 Fax:+31302531145 http://intamap.geo.uu.nl/~paul __ R-help

Re: [R] R and Web Applications

2007-08-30 Thread Paul Hiemstra
]] __ R-help@stat.math.ethz.ch 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. -- Drs. Paul Hiemstra

Re: [R] diffusing GIS data in maps

2007-08-14 Thread Paul Hiemstra
/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Drs. Paul Hiemstra Department of Physical Geography Faculty of Geosciences University of Utrecht Heidelberglaan 2 P.O. Box 80.115 3508

Re: [R] labelling plots with ancillary data in data.frame

2007-08-14 Thread Paul Hiemstra
Centre CSIR Tel: +27 (31) 242-2353 Fax: +27 (31) 261-1216 http://ffp.csir.co.za/ To know the road ahead, ask those coming back. - Chinese proverb -- Drs. Paul Hiemstra Department of Physical Geography Faculty of Geosciences University of Utrecht Heidelberglaan 2 P.O. Box 80.115 3508 TC

Re: [R] any simple way to put comment with multiple lines

2007-03-19 Thread Paul Hiemstra
this helps and kind regards, Paul -- Drs. Paul Hiemstra Department of Physical Geography Faculty of Geosciences University of Utrecht Heidelberglaan 2 P.O. Box 80.115 3508 TC Utrecht Phone: +31302535773 Fax:+31302531145 http://intamap.geo.uu.nl/~paul

Re: [R] R for copying and pasting selected image files?

2007-03-12 Thread Paul Hiemstra
commented, minimal, self-contained, reproducible code. -- Drs. Paul Hiemstra Department of Physical Geography Faculty of Geosciences University of Utrecht Heidelberglaan 2 P.O. Box 80.115 3508 TC Utrecht Phone: +31302535773 Fax:+31302531145 http://intamap.geo.uu.nl/~paul

Re: [R] newbie question

2006-10-21 Thread Paul Hiemstra
Dear Larry, Data can be filtered in the following manner: a = c(1,2,3,4) b = c(1,2,3,4) b = b[a3] b = b[b3] a b [1] 4 Or if the data is in a data frame: b = data.frame(seq(1:10),seq(1:10) names(b) = c(a,b) b b = b[b$a 5,] b The trailing comma at the end is important. Hopes this helps, Paul

Re: [R] cannot allocate vector of size 1215000 Kb

2006-10-18 Thread Paul Hiemstra
be better to cut up your dataset. kind regards, Paul Hiemstra At 10:59 18-10-2006, John Kapsomenakis wrote: Dear All, I'm running the latest R on SUSE 10.0. After read in a huge data CDF file I tried to process the only variable variable using the comands aek-open.ncdf('C:/Monthly/CRU/Crutmp