Learn R Programming

soil.spec (version 2.1.3)

view.spectra: Generate spectral signatures

Description

Reads in a data table with infrared data and creates spectral signatures for each sample.

Usage

view.spectra(spec)

Arguments

spec

Details

Produces spectral signatures for all records found in a table. Ensure that infrared regions are the columns names of the table from the second column

Examples

Run this code
spec<-read.csv(file.choose())
view.spectra(spec)

Run the code above in your browser using DataLab