ptf_aashind | R Documentation |
R pedotransfer function derived from AASHTO Group Index NASIS calculation.
ptf_aashind(sieveno200, ll, pi, aashtocl = NULL)
sieveno200 |
A numeric vector containing % Passing #200 Sieve. |
ll |
A numeric vector containing Liquid Limit. |
pi |
A numeric vector containing Plasticity Index. |
aashtocl |
optional: A character vector containing AASHTO Class (to identify A-2-6, A-2-7 & A-8). default: NULL; |
A numeric vector containing calculated AASHTO Group Index.
Andrew G. Brown.
ptf_aashind(sieveno200 = 60, ll = 44, pi = 26, aashtocl = "A-7-6")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.