jneme910 / aqp

Algorithms for Quantitative Pedology

Home Page:http://ncss-tech.github.io/AQP/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis-CI Build Status CRAN_Status_Badge Total_Downloads

Algorithms for Quantitative Pedology (aqp) package for R

Installation

Get the stable version from CRAN:

install.packages('aqp', dep=TRUE)

Get the development version from Github, after installing the CRAN version + dependencies:

devtools::install_github("ncss-tech/aqp", dependencies=FALSE, upgrade_dependencies=FALSE)

Documentation

http://ncss-tech.github.io/AQP/

Examples

library(aqp)
data(sp4)
depths(sp4) <- id ~ top + bottom

par(mar=c(0,0,4,0))
plot(sp4, color='clay')
plot(sp4, color='CF')

Citation

D.E. Beaudette, P. Roudier, A.T. O'Geen, Algorithms for quantitative pedology: A toolkit for soil scientists, Computers & Geosciences, Volume 52, March 2013, Pages 258-268, ISSN 0098-3004, http://dx.doi.org/10.1016/j.cageo.2012.10.020.

Related Packages

About

Algorithms for Quantitative Pedology

http://ncss-tech.github.io/AQP/


Languages

Language:R 100.0%