Publications by dylan

Compiling rgdal on Mac OS 10.5

31.08.2012

Why do I always forget how to do this? R CMD INSTALL rgdal –configure-args=“–with-gdal-config=/Library/Frameworks/GDAL.framework/Versions/Current/unix/bin/gdal-config –with-proj-include=/Library/Frameworks/PROJ.framework/Versions/4/Headers/ –with-proj-lib=/Library/Frameworks/PROJ.framework/Versions/Current/unix/lib/” You will need to ...

813 sym

Compiling Source Packages on R 2.15.x / Mac OS 10.5.x

31.08.2012

For some reason R is not happy with its 64-bit cousin when installing source packages: * installing *source* package ‘XMLSchema’ ... ** R ** inst ** preparing package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded *** arch - i386 *** arch -...

572 sym R (737 sym/2 pcs)

Summarizing Circular Data in R: Aspect Angle

10.10.2012

The orientation of terrain surface (aspect) can have dramatic effects on landscape-scale variation in soil temperature and moisture. Summarizing aspect angle is complicated by the fact that sampled values are measured on a circular scale. The circular package for R can be used to summarize, model, and visualize this type of data. An example func...

1269 sym 2 img

Basic Simulation of Soil Profile Data in R via AQP

19.12.2012

Something fun to play with before the new year: experimental code in aqp for simulating soil profile data from a single “template” profile. The basic idea: simulate horizon thickness data using a family of Gaussian functions with mean defined by horizon thickness values found in the template and standard deviation defined by the user. Larger ...

1214 sym 2 img

New AQP Tutorials

04.01.2013

Soil Series Extent Several new AQP-related tutorials have been posted to the R-Forge project page. SoilProfileCollection class/method documentation soil series extent mapping examples read more Related To leave a comment for the author, please follow the link and comment on their blog: dylan's blog. R-bloggers.com offers daily e-mail update...

590 sym 2 img

Visualizing CA Snow Survey Data in R

14.01.2013

The CDEC website provides access to a wide range in hydrologic data (stream flow, snow survey, etc.) collected in California. The following code and functions (attached at the bottom of the page) illustrate how to query CDEC, and graphically compare the May 2011 snow survey data with the historic record at 15 sites. Data in this format lend well ...

1205 sym 2 img

AQP News and Updates

12.03.2013

The AQP family of R packages has seen a lot of development over the last 3 months. Some of the highlights include: HTML manual pages with syntax-highlighting and figures, c/o knitr new vignettes: “dealing with bad data”, gridded SSURGO (gSSURGO) demo, and “aggregating properties by bedrock kind” a new package called sharpshootR containin...

946 sym

Modeling an Infant’s Feeding Schedule with Periodic Smoothing Splines

15.06.2013

Feeding Schedule While on paternity leave I had an opportunity to test out periodic smoothing splines (within the framework of generalized additive models) on an interesting time-series– an infant’s feeding schedule. read more Related To leave a comment for the author, please follow the link and comment on their blog: dylan's blog. R-blog...

621 sym 2 img