vignettes/hySpc-read-ENVI.Rmd
hySpc-read-ENVI.Rmd
Package hyperSpec and it’s friends provide a number of vignettes to help you get started.
You can access the vignettes via these links:
Alternatively, if you are offline or prefer accessing the
vignettes with R
, simply type browseVignettes("hyperSpec")
to get a clickable list in a browser window.
Vignettes in other packages:
filename <- system.file("extdata", "HySpexNIR.hyspex", package = "hySpc.read.ENVI")
hyspex <- hySpc.read.ENVI::read_ENVI_HySpex(filename)
hyspex
filename <- system.file("extdata", "toy.bil", package = "hySpc.read.ENVI")
toy <- hySpc.read.ENVI::read_ENVI(filename)
toy