mplot | R Documentation |
This is pretty limited, and legends (keys) are disabled.
mplot(
x = volcano_multi(threshold = 120),
key.pos = NULL,
mfrow = c(1, length(x)),
band = 1,
...
)
x |
stars object with one or more attributes |
key.pos |
see |
mfrow |
see |
band |
see |
... |
other arguments for |
https://github.com/r-spatial/stars/issues/374#issuecomment-761773542
## Not run:
v = volcano_single(threshold = 120)
lut = make_raster_lut(v)
x = c(v, lut)
mplot(v)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.