depth_units: Get depth units from metadata

depth_units,SoilProfileCollection-methodR Documentation

Get depth units from metadata

Description

Get units of depth measurement from metadata. Default value is centimeters.

Usage

## S4 method for signature 'SoilProfileCollection'
depth_units(object)

## S4 replacement method for signature 'SoilProfileCollection'
depth_units(object) <- value

Arguments

object

A SoilProfileCollection

value

character, a value representing units. Default 'cm'.

Examples


data(sp5)

## get depth units
du <- depth_units(sp5)

# set alternate units; e.g. inches
depth_units(sp5) <- 'in'

# replace original value (cm)
depth_units(sp5) <- du

ncss-tech/aqp documentation built on April 19, 2024, 5:38 p.m.