Archive for category: R

R: Summarizing meteorological data

9 February, 2011 (11:39) | R | By: Manuel Gimond

Dowload data for this exercise here:Waterville meteorological data for 2010

R: Analysis of precipitation trends in the US

5 November, 2010 (15:23) | R, Spatial analysis | By: Manuel Gimond

Data files used with the following script were downloaded from: ftp://ftp.ncdc.noaa.gov/pub/data/ghcn/daily/. The following figure shows the standardized regression coefficients from a Universal Kriging analysis of the Precip_total_coef_all_z.csv file (the values are in fact correlation coefficients). The time period spans 1975 – 2009.

R: Classification breaks in R

19 October, 2010 (08:57) | R, Spatial analysis | By: Manuel Gimond

Data for this exercise can be downloaded from Maine_pop. The resulting plots are shown side-by-side To display all the color palettes available from Brewer type:

R: Kriging

15 October, 2010 (16:00) | R, Spatial analysis | By: Manuel Gimond

!! Data for this exercise can be downloaded from here !!

R: Using matrix algebra to compute a Kriged value

15 October, 2010 (14:04) | R, Spatial analysis | By: Manuel Gimond

The following example was created in R and was inspired from O’Sullivan and Unwin’s Geographic Information Analysis (1st edition) Data for this exercise can be downloaded here.