mplot: Plot multiple attributes of a stars object

View source: R/stars.R

mplotR Documentation

Plot multiple attributes of a stars object

Description

This is pretty limited, and legends (keys) are disabled.

Usage

mplot(
  x = volcano_multi(threshold = 120),
  key.pos = NULL,
  mfrow = c(1, length(x)),
  band = 1,
  ...
)

Arguments

x

stars object with one or more attributes

key.pos

see plot

mfrow

see par

band

see plot

...

other arguments for plot

See Also

https://github.com/r-spatial/stars/issues/374#issuecomment-761773542

Examples

## Not run: 
v = volcano_single(threshold = 120)
lut = make_raster_lut(v)
x = c(v, lut)
mplot(v)

## End(Not run)

BigelowLab/twinkle documentation built on Jan. 26, 2025, 6:34 a.m.