R package that provides utilities to read and transform CHAMPS L2 study data into convenient formats, as well as functions to compute several statistics of interest. Also includes some utilities for presenting these statistics in various formats such as plots and HTML tables.
You can install this package using the remotes
package's install_github()
function.
If you don't already have the remotes
package, you can install it with:
install.packages("remotes")
Then you can install the champs
package with:
remotes::install_github("EGHI-CHAMPS/champs-L2-statistics")
Now you are ready to load the package and use it:
library(champs)
You can find documentation here that will walk you through how to get CHAMPS L2 data and start analyzing it with this package.