Generate a lookup table for soil, vegetation and hydrological properties
MakeLoopkupTable(case = "default")
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") ## ---------------------------------------------