Learn R Programming

photobiologyFilters (version 0.6.0)

materials.mspct: Spectral reflectance of land surfaces

Description

Total reflectance of built, cultivated and natural land surfaces. Data are to be used as "reference values only" as actual values will vary.

Usage

materials.mspct

Arguments

Format

A reflector_mspct object named materials.mspct containing a collection of reflector_spct objects each with 491 rows and 2 variables.

The variables for each spectrum are as follows:#'

  • w.length (nm)

  • Rfr (fraction)

These member objects contain metadata stored as R attributes. Accessors to the metadata are available: what_measured(), how_measured(), when_measured(), and comment().

References

Meerdink, S. K., Hook, S. J., Roberts, D. A., & Abbott, E. A. (2019). The ECOSTRESS spectral library version 1.0. Remote Sensing of Environment, 230(111196), 1–8. ASTER spectral library.

Baldridge, A. M., S.J. Hook, C.I. Grove and G. Rivera, 2009.. The ASTER Spectral Library Version 2.0. Remote Sensing of Environment, vol 113, pp. 711-715.

Examples

Run this code
materials.mspct$dry.grass
summary(materials.mspct$dry.grass)

what_measured(materials.mspct$dry.grass)
how_measured(materials.mspct$dry.grass)
cat(comment(materials.mspct$dry.grass))

names(materials.mspct)
summary(materials.mspct)

Run the code above in your browser using DataLab