View source: R/spcmap_explorer.R
Shiny app to interactively explore spatially resolved hyperSpec
objects.
1 2 3 4 5 6 7 | spcmap_explorer(
hyperspec_obj,
fixed_y = TRUE,
flip = FALSE,
startband = 1600,
metavar = NULL
)
|
hyperspec_obj |
A |
fixed_y |
logical or numeric; if TRUE the initial y axis range is set to the intensity range of the complete dataset until the axis is manually modified or autoscale activated; alternatively provide a numeric vector of length 2 to set a fixed y range; if FALSE autoscale is activated. |
flip |
logical; if TRUE the x and y axes are transposed. |
startband |
numeric; band for the displayed image at startup. |
metavar |
character; a variable in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.