Description Usage Arguments Value Examples
extract values from a image to be used on each region
1 |
geoemiss |
a sf from geoemiss |
filename |
image filename |
plots |
plot individual regions |
verbose |
display additional information |
a sf with the area shapes and the total emission and a raster image for each area
1 2 3 4 5 6 | states <- sf::st_read(paste(system.file("extdata", package = "inventory"),"/states.shp",sep=""),
quiet = TRUE)
Nox <- geoemiss(geom = states,variable = "Nox",names = c("sp","rj"),values = c(1000,20))
image <- paste(system.file("extdata", package = "inventory"),"/tiny.tif",sep="")
ras <- possess(Nox,image,plots = FALSE)
test <- griding(ras,variable = "Nox", res = 0.1, type = "local", plot = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.