Arrange spectral plots in a grid.
# S3 method for mrs_data
gridplot(
x,
rows = NA,
cols = NA,
mar = c(0, 0, 0, 0),
oma = c(3.5, 1, 1, 1),
bty = "o",
restore_def_par = TRUE,
...
)
object of class mrs_data.
number of grid rows.
number of grid columns.
option to adjust the plot margins. See ?par.
outer margin area.
option to draw a box around the plot. See ?par.
restore default plotting par values after the plot has been made.
other arguments to pass to the plot method.