Description Usage Arguments See Also Examples
R Interface for 'cdo.sellonlatbox' and 'cdo.distgrid'
1 2  | 
x | 
 input netcdf file for 'cdo.sellonlatbox' and the 'cdo.distgrid'  | 
y | 
 extent or   | 
... | 
 further arguments for   | 
outdir, outfile | 
 output directory and/or output file  | 
dim | 
 integer vector reporting the number of rows and columuns of the matrix of tiles into which the cropped map is spit.  | 
sellonlatbox | 
 logical value. if it is   | 
return.raster | 
 logical value. If is   | 
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20  | ## Not run: 
 ncname <- "chirps-v2.0.2005.days_p05.nc"
 url <- "ftp://ftp.chg.ucsb.edu/pub/org/chg/products/CHIRPS-2.0/global_daily/netcdf/p05"
 temp <- tempdir()
 x <- paste(temp,ncname,sep="/")
 download.file(url=paste(url,ncname,sep="/"),destfile=x)
### Africa Extent: extent      : -18.1625, 54.5375, -34.8375, 37.5625  (xmin, xmax, ymin, ymax)
###y <- extent(c(-17.6608, -5.727799, 10.17488, 18.62197)) ## Extent senegal
 y <- extent(c(-18.1625,54.5375,-34.8375,37.5625))
 prec_afr <- cdo.distgrid(x=x,y=y,dim=c(10,10),parallel=TRUE)	
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.