powered by
Produce a rasterly object and return the raster information required to produce an image
rasterly_build(rastObj)
A rasterly object. It should be a list of environments composed of a rasterly() and several rasterly_... layers.
rasterly()
rasterly_...
rasterly, rasterly_points, [.rasterly, [<-.rasterly
# NOT RUN { r <- data.frame(x = rnorm(1e5), y = rnorm(1e5)) %>% rasterly(mapping = aes(x = x, y = y)) %>% rasterly_points(color = fire_map) str(r) p <- rasterly_build(r) str(p) # }
Run the code above in your browser using DataLab