Description Usage Arguments Author(s)
View source: R/normalize_soil_pct.R
If no Percent_Rock_Fragment
is given (Percent_Rock_Fragment = NULL
, default), renormalize sand, silt, and
clay percents so that they sum to 100%. If rock is given, normalize sand,
silt, and clay so that their sum = Percent_Rock_Fragment - 100
.
1 2 3 4 5 6 7 8 | normalize_soil_pct(
Percent_Sand,
Percent_Silt,
Percent_Clay,
Percent_Rock_Fragment = NULL
)
normalize_soil_pct_data(df, add_rock = TRUE)
|
Percent_Sand, Percent_Silt, Percent_Clay |
Percentages (0 - 100%) of sand, silt, and clay in soil |
Percent_Rock_Fragment |
Percent rock in soil. If |
df |
|
add_rock |
(Logical) If |
Alexey Shiklomanov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.