View source: R/MakeLoopkupTable.R
| MakeLoopkupTable | R Documentation |
Generate a lookup table for soil, vegetation and hydrological properties
MakeLoopkupTable(case = "default")
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". |
data.frame containing 10 rows (vegetation classes) and the following columns: Class (vegetation), Subclass (vegetation), Code, SoilA, SoilB, SoilC, SoilD.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.