get_unitweight: Function to obtain unit weight from soil description

View source: R/unit_weights.R

get_unitweightR Documentation

Function to obtain unit weight from soil description

Description

Get soil unit weight, above and below the water table, from a soil description

Usage

get_unitweight(description, round = 0.5)

Arguments

description

array with descriptions

round

round unit weights to be nearest multiple of this number

Examples

description <- c("very dense sand", "loose gravel")
get_unitweight(description)

GJMeijer/soilmech documentation built on May 22, 2022, 10:39 a.m.