get_unitweight | R Documentation |
Get soil unit weight, above and below the water table, from a soil description
get_unitweight(description, round = 0.5)
description |
array with descriptions |
round |
round unit weights to be nearest multiple of this number |
description <- c("very dense sand", "loose gravel") get_unitweight(description)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.