powered by
This function generates frequency tables for scenes in ecosystem remote sensing products by wrapping rasterDT. The function is mapped by gaugeIndicator to optimize computation of ecoystem extents.
rasterDT
gaugeIndicator
tabuleRaster(layer = "", del0 = TRUE, useNA = "no", n256 = FALSE)
data.frame.
data.frame
character. File path to an ERSP scene.
character
logical. Remove the 0-count categories.
logical
logical. Include NA values. This argument is passed to rasterDT::freqDT.
rasterDT::freqDT
logical. Do the raster contains less than 256 unique values?
Wilson Lara Henao <wilarhen@gmail.com> [aut, cre], Victor Gutierrez-Velez [aut], Ivan Gonzalez [ctb], Maria C. Londono [ctb]
# \donttest{ tabuleRaster(raster(volcano), n256 = FALSE) # }
Run the code above in your browser using DataLab