Learn R Programming

geoSpectral (version 0.17.5)

spc.Read_NOMAD_v2: Read the NOMAD v2 bio-optical database

Description

Imports the NOMAD v2 database of the SeaBASS project. More information about this dataset can be found at https://seabass.gsfc.nasa.gov/wiki/NOMAD

Usage

spc.Read_NOMAD_v2(skip.all.na.rows = TRUE)

Arguments

skip.all.na.rows

logical whether or not eliminate records where all channels are NAs

Value

Returns an object of class data.frame.

Examples

Run this code
# NOT RUN {
nomad = spc.Read_NOMAD_v2()
class(nomad[[1]])
spc.plot.plotly(nomad[[4]], plot.max=15)

# }

Run the code above in your browser using DataLab