All Projects → ncss-tech → aqp

ncss-tech / aqp

Licence: other
Algorithms for Quantitative Pedology

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to aqp

stats for soil survey
S4SS: Statistics for Soil Survey
Stars: ✭ 21 (-43.24%)
Mutual labels:  soil, usda, digital-soil-mapping, pedometrics, pedology, nrcs, soil-survey
soilpalettes
R color palettes inspired by soil profiles
Stars: ✭ 16 (-56.76%)
Mutual labels:  soil, pedology
tidyUSDA
An interface to USDA Quick Stats data with mapping capabilities.
Stars: ✭ 36 (-2.7%)
Mutual labels:  usda
prospectr
R package: Misc. Functions for Processing and Sample Selection of Spectroscopic Data
Stars: ✭ 26 (-29.73%)
Mutual labels:  pedometrics

R build status CRAN_Status_Badge Total_Downloads aqp Manual

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:

remotes::install_github("ncss-tech/aqp", dependencies=FALSE, upgrade=FALSE, build=FALSE)
aqp hexsticker (Paxton, Montauk, Woodbridge, Ridgebury, Whitman, Catden soil series dendogram)

Website

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

Examples

library(aqp)
#> This is aqp 1.43
data(sp4)
depths(sp4) <- id ~ top + bottom

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

plot(sp4, color = 'CF')

Citation

citation("aqp")
#> 
#> To cite aqp in publications use:
#> 
#>   Beaudette, D., Roudier, P., Brown, A. (2022). aqp: Algorithms for
#>   Quantitative Pedology. R package version 1.42.
#>   <https://CRAN.R-project.org/package=aqp>
#> 
#>   Beaudette, D.E., Roudier, P., O'Geen, A.T. 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.
#> 
#> To see these entries in BibTeX format, use 'print(<citation>,
#> bibtex=TRUE)', 'toBibtex(.)', or set
#> 'options(citation.bibtex.max=999)'.

Related Packages

aqp in the Wild

Dependency Graph

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].