Skip to content

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

License

Notifications You must be signed in to change notification settings

akamoske/NEONscienceTools

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages