Build Status Coverage Status CRAN Status

spectrolab

spectrolab 0.09 Breaks Backwards Compatibility!

The function wavelengths is now bands and the function reflectance is now value. We suggest that you update your code to reflect that change. If you really need to use the older api, install spectrolab from the legacy branch.

Installation

You can install spectrolab from Github using:

library("devtools")
install_github("meireles/spectrolab")

Using spectrolab

This vignette introduces spectrolab, and walks you through the basics of the package.

Contributing

In an effort to keep things tidy and in running order, direct commits to master are discouraged. The master branch of the “meireles/spectrolab” fork is protected.

I also use a pre-commit hook in my local repo that prevents me from breaking my own policy! I suggest you do the same.