/NEONscienceTools

R package to make working with various NEON science data easier.

Primary LanguageRGNU General Public License v2.0GPL-2.0

NEONscienceTools

R package to make working with various NEON science data easier.

Information

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.

Corresponding Author

Aaron G. Kamoske, PhD Student

Installation

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.

License

This project is licensed under the GNU GPUv2 License - see the LICENSE.md file for details