texture: Prediction of USDA Soil texture classification from PSD...

Description Usage Arguments Value Author(s) Examples

Description

Prediction of USDA Soil texture classification from PSD object

Usage

1
texture(object = NULL, sand = NULL, silt = NULL, clay = NULL)

Arguments

object

A PSD object from lass3

sand

In case object is NULL, percentage of Sand can be supplied

silt

In case object is NULL, percentage of Silt can be supplied

clay

Incase object is NULL, percentage of Clay can be supplied

Value

texture

Author(s)

George Owusu

Examples

1
2
3
4
5
file="C:/Users/GeoKings/Documents/George Owusu/UG PhD/Data/soil2.csv"
data=read.csv(file)
single<- subset(data, ID=="30B20_1")
mod=lass3 (data=single,p="sand",D="D",fr="Sand.")
texture(mod)

gowusu/vadose documentation built on May 17, 2019, 7:59 a.m.