Description Usage Arguments Note See Also Examples
View source: R/rasterly_build.R
Produce a rasterly object and return the raster information required to produce an image
1 | rasterly_build(rastObj)
|
rastObj |
A rasterly object. It should be a list of environments composed of a |
A rasterly object will never be produced until rasterly_build()
is called.
rasterly, rasterly_points, [.rasterly, [<-.rasterly
1 2 3 4 5 6 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.