R package to make working with various NEON science data easier.
This repository will be updated with various functions to help process and analyze NEON science data. Explanations and examples of how to use these functions can be found in the help documents for the individual function.
Aaron G. Kamoske, PhD Student
- Michigan State University, Department of Geography, Environment, and Spatial Sciences
- ERSAM Lab
- akamoske@gmail.com
The easiest way to install NEONscienceTools
is via install_github
from the devtools
package:
# If you haven't already installed this package and its dependencies
install.packages("devtools")
# If you alread have devtools installed or just installed it
library(devtools)
# Install canopyLazR from GitHub
install_github("akamoske/NEONscienceTools")
# Load the library
library(NEONscienceTools)
Now all functions should be available.
This project is licensed under the GNU GPUv2 License - see the LICENSE.md file for details