interactiveAlignment {sarp.snowprofile.alignment} | R Documentation |
Run interactive alignment app
Description
This app allows to interactively explore the alignment of two snowprofiles, which are either given as input to this function, or are uploaded to the app interactively as caaml files. Example profiles are also provided in the app.
Usage
interactiveAlignment(query = NaN, ref = NaN)
Arguments
query |
an optional query snowprofile |
ref |
an optional reference snowprofile |
Value
An interactive session will be started
Author(s)
fherla
Examples
if (FALSE){ # this example won't be started in package tests.
## start app and choose profiles from within the app:
interactiveAlignment()
## start app with package internal profile data (from `sarp.snowprofile`):
interactiveAlignment(query = SPpairs$A_modeled, ref = SPpairs$A_manual)
}
[Package sarp.snowprofile.alignment version 1.2.2 Index]