MakeLoopkupTable: Generate a lookup table for soil, vegetation and hydrological...

View source: R/MakeLoopkupTable.R

MakeLoopkupTableR Documentation

Generate a lookup table for soil, vegetation and hydrological properties

Description

Generate a lookup table for soil, vegetation and hydrological properties

Usage

MakeLoopkupTable(case = "default")

Arguments

case

string of characters. It can be one of the following options: "default", "Severn&Wye", "Good woods + Good pasture", "Good woods + Fair pasture", "Fair woods + Poor pasture".

Value

data.frame containing 10 rows (vegetation classes) and the following columns: Class (vegetation), Subclass (vegetation), Code, SoilA, SoilB, SoilC, SoilD.

Examples

## Not run: 
  dfLookup <- MakeLoopkupTable()
  dfLookupSW <- MakeLoopkupTable("Severn&Wye")
  dfLookupGWGP <- MakeLoopkupTable("Good woods + Good pasture")
  dfLookupGWFP <- MakeLoopkupTable("Good woods + Fair pasture")
  dfLookupFWPP <- MakeLoopkupTable("Fair woods + Poor pasture")

## End(Not run)


cvitolo/curvenumber documentation built on April 19, 2022, 3:33 a.m.