add.soilcolumns: Add date, year, and survey ID columns

Description Usage Arguments Value Examples

View source: R/soil_add.soilcolumns&read.date.R

Description

For soil data, adds columns with date formatted as a date object in R, year as a numeric object, and Survey as a character object that inludes the point name and the survey year

Also adds columns that display BD and Infiltration diameter, height, and volume, and one that converts infiltration times to minutes shown as a base-10 decimal numeric

Interprets date formate automatically with read.date()

Usage

1
2
add.soilcolumns(data, inf_diameter = 15.2, bd_diameter = 5.2,
  volume = 450, bd_height = 7.5)

Arguments

bd_height

Value

data frame with added columns

Examples

1
2
data = add_soilcolumns(data)
x = add_soilcolumns(soildata)

pointblue/RMN.functions documentation built on April 17, 2020, 3:24 a.m.