soil.asd {asdreader}R Documentation

Sample ASD file containing a soil spectrum

Description

Sample ASD binary file. See Details section for more information.

Format

A binary ASD file

Details

The spectrum contained in this ASD file was collected on a soil sample from New Zealand using the ASD FieldSpec 3 spectrometer. The file version is ASD 8.0.

Examples

# Access the location of the ASD file using the following command
fn <- asd_file()
fn
# This function is actually just a shorthand for
fn <- system.file("extdata", "soil.asd", package = "asdreader")
fn

[Package asdreader version 0.1-3 Index]