asdreader (version 0.1-3)

soil.asd: Sample ASD file containing a soil spectrum

Description

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

Arguments

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

Run this code
# NOT RUN {
# 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
# }

Run the code above in your browser using DataLab