Skip to content

SETr functions as a package

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

laura-feher/NCBN_SETr

Repository files navigation

SETrNCBN

The goal of SETrNCBN is to simplify calculations and make graphs for QA/QC and communication of NCBN Surface Elevation Table (SET) data.

This package is under development GitHub, here.

This package is based on the SETr package developed by Kim Cressman.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("laura-feher/SETrNCBN")

Example

This is a basic example which shows you how to make a simple graph of change since the first reading at each SET:

library(SETrNCBN)

# first, perform cumulative change calculations
cumu_set <- calc_change_cumu(example_sets)

# now plot cumulative change by SET
plot_cumu_set(example_sets)

# or by arm, at a single SET
plot_cumu_arm(example_sets)

About

SETr functions as a package

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published