NavigationUser login |
pedon dataAQP News and UpdatesSubmitted by dylan on Tue, 2013-03-12 15:51.
The AQP family of R packages has seen a lot of development over the last 3 months. Some of the highlights include:
( categories: )
Basic Simulation of Soil Profile Data in R via AQPSubmitted by dylan on Wed, 2012-12-19 18:59.
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 Basic usage is demonstrated below, see package manual page for details. This function is only available in the version of ( categories: )
Automated OSD Lookup and Display via SoilWeb and AQPSubmitted by dylan on Thu, 2012-11-08 00:06.
I have been thinking about a URL-based interface to basic Official Soil Series Description (OSD) data for a while now... something that when fed a URL, would return CSV-formatted records to the calling process. These type of interfaces can later be used to support more complicated systems, such as our smartphone interface to SoilWeb. URLs can be accessed like files in R, making it possible to do something like this: ( categories: )
Summarizing Circular Data in R: Aspect AngleSubmitted by dylan on Wed, 2012-10-10 15:26.
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 function is presented below that demonstrates several components of the circular package: special data structures, summary functions, plotting functions and their application to circular data derived from measurements collected by compass. Spread and central tendency are depicted with a combination of circular histogram and kernel density estimate. The circular mean, and relative confidence in that mean are depicted with an arrow: longer arrow lengths correspond to greater confidence in the mean. ( categories: )
AQP Demo: Applying a Function to Each Soil Profile in a Collection with profileApply()Submitted by dylan on Tue, 2012-06-19 23:35.
Here is a quick demonstration of how functionality from the AQP package can be used to answer complex soils-related questions. In these examples the profileApply() function is used to iterate over a collection of soil profiles, and compute several metrics of soil development:
( categories: )
AQP / soilDB Demo: Dueling DendrogramsSubmitted by dylan on Wed, 2012-03-14 21:55.
Previously, soil profile comparison methods from the aqp package only took into account horizon-level attributes. As of last week the profile_compare() function can now accommodate horizon and site-level attributes. In other words, it is now possible to compute pair-wise dissimilarity between soil profiles using a combination of horizon-level properties (soil texture, pH, color, etc.) and site-level properties (surface slope, vegetation, soil taxonomy, etc.)-- continuous, categorical, or boolean. An example is presented below which is based on the loafercreek sample data set included with the soilDB package. Be sure to use the latest version of soilDB, 0.5-5 or later. Dissimilarity matrices created from horizon and site+horizon data are compared by placing their respective dendrograms back-to-back. Code from the ape package is used to facilitate dendrogram plotting, manipulation, and indexing. Blue line segments connect matching nodes from each dendrogram. Soil profiles with paralithic contact are marked with orange squares for clarity. ( categories: )
AQP Sample Dataset 5: Profile Sketches and Between-Profile DissimilaritySubmitted by dylan on Wed, 2012-01-04 19:44.
( categories: )
AQP Sample Dataset 5: Profile Sketches and Environmental GradientsSubmitted by dylan on Wed, 2012-01-04 19:44.
( categories: )
AQP Demo: Soils Summarized by Bedrock KindSubmitted by dylan on Thu, 2011-12-22 20:16.
( categories: )
|