import_RefCal: Import a reference panel-specific reflectance response...

Description Usage Arguments Value Examples

Description

Import a reference panel-specific reflectance response function

Usage

1
import_RefCal(file_path)

Arguments

file_path

The file path of a reference panel-specific reflectance response function

Value

A hyperSpec object containing the calibration data

Examples

1
2
3
4
sys_path <- system.file("extdata", package = "FASTSpectra")
file_path <- Sys.glob(paste0(sys_path, "/*.ReflCal"))
cal <- import_RefCal(file_path)
summary(cal)

edwardpmorris/FASTSpectra documentation built on May 15, 2019, 11:03 p.m.