powered by
Retrieves the wavelengths units from Spectra* object
Spectra*
wl_units(object)# S4 method for Spectra wl_units(object) <- value
# S4 method for Spectra wl_units(object) <- value
A vector
an object inheriting from class Spectra
Spectra
a character string
Pierre Roudier pierre.roudier@gmail.com
# Loading example data data(oz) spectra(oz) <- sr_no ~ ... ~ 350:2500 # Print wavelength information wl(oz) range(wl(oz)) # Manipulate wavelength information wl(oz) <- wl(oz) + 1000 wl(oz)
Run the code above in your browser using DataLab