dbAddTrialSoil {expDB}R Documentation

Add soil for a trial

Description

Add soil for a trial

Usage

dbAddTrialSoil(
  con,
  data,
  units = list(thickness = "cm", no3 = "kg/ha", nh4 = "kg/ha")
)

Arguments

con

a connection object as produced by dbConnect

data

Soil profiles for trials

units

a list for the unit

Value

no return values


[Package expDB version 0.1.0 Index]