Soil and Vegetation code to CN, and corrects it based on drainage level, if needed.
SoilandVeg2CN(soilCODE, vegetationCODE, lookupTable, artificialDrainage = "none")
Curve Number for a single raster cell, this is an integer in the range [0,100] with 0 = no runoff and 100 = all rainfall becomes runoff.
## Not run: ------------------------------------ # # Load lookup table # dfLookup <- MakeLoopkupTable("Fair woods + Poor pasture") # cnLocal <- SoilandVeg2CN(soilCODE = 15, # vegetationCODE = 6, # lookupTable = dfLookup, # artificialDrainage = "none") ## ---------------------------------------------