fhCheck | R Documentation |
Perfoms checks on input dataset to check it is correctly formatted for use in FAME analysis
fhCheck(inFH = inFH, inFHLayer = inFHLayer, validFIRETYPE = validFIRETYPE)
inFH |
and input fire history polygon/mutipolygon data set with columns SEASON and FIRETYPE provided as shapefile, geopackage or ESRI geodatabase file, or the name of an sf object. if the geometries contain other than polygon/mutipolygon an error will result. |
inFHLayer |
Layer name if inFH has more than one layer ( for instance in a .gpkg) this allows selection of a particular layer, otherwise first layer is used (Default = NULL) #' @param validFIRETYPE vector of valid firetype names in the input FIRETYPE column |
correctly formatted Fire History Polygon dataset as sf for use in fhProcess1()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.