Displaying 3 results from an estimated 3 matches for "rf_80".
Did you mean:
ra_80
2010 Oct 31
1
doubt in climate variability analysis in R! - code
I am sorry, i think the link was broken..! here is the correct one!!!
http://www.4shared.com/file/4zV0g3JR/RF_80-85.html
[[alternative HTML version deleted]]
2010 Oct 29
2
doubt in climate variability analysis in R!
Hello all,
I am trying to use "clim.pact" package for my work, but since this is the beginning for me to use gridded datasets in "R", I am having some trouble.
I want to do seasonal analyses like trends, anomalies, variograms, EOF and probably kriging too to downscale my 1 degree gridded data to 0.5. So, as a first step, I compiled my entire dataset (with 25
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
...indas@msu.edu
To: r-help@r-project.org
Subject: Re: [R] doubt in climate variability analysis in R! - code
included!
Message-ID: <20101029145609.10176mglqo3ri6kp@mail.msu.edu>
Content-Type: text/plain
the following code was used ....
library(akima)
library(clim.pact)
nc.1 <- "RF_80-05.nc"
nc.rf.in <- open.ncdf(nc.1)
x1 <- retrieve.nc(nc.1, v.nam="Rainfall",l.scale=FALSE, x.rng=c(70, 80),
y.rng=c(10, 13.5))
#dimension is checked for the subset. (lon, lat, time) is changed as (time, lat,
lon)
>dim(x1$dat)
#[1] 2192 8 20
My question is - how ca...