Re: [R] doubt in climate variability analysis in R! - code

2010-10-31 Thread steven mosher
Ok I downloaded it and showed you how to get your data out. How to read it into a raster brick, how to plot the data, how to get the mean rainfall of every day.lots more you can do. there is a bad bit of data in the last time step. check my blog. In the future what you should do is write code t

Re: [R] doubt in climate variability analysis in R! - code

2010-10-31 Thread govindas
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]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] doubt in climate variability analysis in R! - code included!

2010-10-30 Thread govindas
ject.org >> Subject: Re: [R] doubt in climate variability analysis in R! - code >> included! >> >> >> >> the following code was used >> >> library(akima) >> library(clim.pact) >> nc.1 <- "RF_80-0

Re: [R] doubt in climate variability analysis in R! - code included!

2010-10-30 Thread Nordlund, Dan (DSHS/RDA)
> -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- > project.org] On Behalf Of govin...@msu.edu > Sent: Friday, October 29, 2010 11:56 AM > To: r-help@r-project.org > Subject: Re: [R] doubt in climate variability analysis in R!

Re: [R] doubt in climate variability analysis in R! - code included!

2010-10-29 Thread govindas
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,

Re: [R] doubt in climate variability analysis in R!

2010-10-29 Thread Daniel Nordlund
> -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of govin...@msu.edu > Sent: Friday, October 29, 2010 8:33 AM > To: r-help@r-project.org > Subject: [R] doubt in climate variability analysis in R! > > &g

[R] doubt in climate variability analysis in R!

2010-10-29 Thread govindas
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 gr