View source: R/RegionalisedBFI.R
| RegionalisedBFI | R Documentation |
Calculate regionalised Base Flow Index (BFI) from percentages of soil classes.
RegionalisedBFI(soil, catchment, lookupTable)
soil |
SpatialPolygonsDataFrame containing percentage of soil classes, this can be the HOST classification for the UK, see data("PlynlimonSOIL"). |
catchment |
SpatialPolygonsDataFrame containing a single catchment boundary. |
lookupTable |
A dataframe containing as many rows as the number of soil classes and at least one column (named "BFIHOST"). |
A numeric value representing the regionalised BFI.
## Not run:
# Load Plynlimon sub-catchments spatial polygons data frame
data("PlynlimonSUBCATCHMENTS")
# Load soil map (percentage distribution of classes)
data("PlynlimonSOIL")
# Load lookup table
data("S1")
RegionalisedBFI(soil = PlynlimonSOIL,
catchment = PlynlimonSUBCATCHMENTS[1,],
lookupTable = S1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.