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.
interactiveAlignment(query =NaN, ref =NaN)
Arguments
query: an optional query snowprofile
ref: an optional reference snowprofile
Returns
An interactive session will be started
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)}