Description Objects from the Class Slots Methods Author(s) See Also Examples
Class that represents a band of an AVIRIS image
Objects can be created by calls of the form new("aviris_band", scene, band, type, numberOfLines, samples, data)
.
scene
:Object of class "character"
. Name of the image scene.
band
:Object of class "numeric"
. Number of the band.
type
:Object of class "character"
. Type of the band, like "reflectance" for instance.
numberOfLines
:Object of class "numeric"
.
samples
:Object of class "numeric"
.
data
:Object of class "matrix"
.
min
:Object of class "numeric"
.
max
:Object of class "numeric"
.
mean
:Object of class "numeric"
.
sd
:Object of class "numeric"
.
signature(.Object = "aviris_band")
: ...
Marcelo Almiron and Adrian Muract
See Also aviris_image-class
, aviris_scene-class
, aviris_training-class
1 | showClass("aviris_band")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.