- query
The query snowprofile to be warped
- ref
The reference snowprofile to be warped against
- dtwAlignment
dtwSP
object (optional)
- keep.alignment
Return dtwSP
object with resampled query, ref and warped query? boolean
- plot.costDensity
First graph, plotCostDensitySP with warping path? boolean, default = FALSE
- plot.warpedQuery
plot warped query additionally to query, ref and alignment segments? (i.e. three pane plot) boolean, default = TRUE
- label.ddate
Label deposition date in profiles? (Only possible if ddate
is given in 'dims', cf distanceSPlayers)
- segCol
Color of alignment segments. Passed to gpar, default = "gray70"
- segLty
Linestyle of alignment segments. Passed to gpar, default = "dotted"
- segLwd
Linewidth of alignment segments, default = 1
- segTidy
Tidy up alignment segments, if profiles have not been resampled? boolean,
default FALSE i.e. one segment line per (synthetic) layer interface -> supports visual understanding of alignment, but is also often confusing
(segTidy currently only implemented for tidying up to gtype and hardness interfaces)
- segInd
Index vector of query layers that will get alignment segments drawn. Note, that the profiles might get resampled, so pre-calculate your correct indices!
- segEmph
Index vector of query layers, the alignment segments of which will be emphasized (thick and red). Note, that the profiles might get resampled, so pre-calculate your correct indices!
- cex
font size, cf. par
- mainQu
subtitle for query subfigure
- mainRef
subtitle for reference subfigure
- mainQwarped
subtitle for warped query subfigure
- emphasizeLayers_qu
emphasize Layers in query, see sarp.snowprofile::plot.snowprofile
- emphasizeLayers_ref
emphasize Layers in reference, see sarp.snowprofile::plot.snowprofile
- failureLayers_qu
draw arrow to failure layers (see sarp.snowprofile::plot.snowprofile)? provide height vector.
- failureLayers_qu_col
color of arrow(s) (individual color string or vector, see sarp.snowprofile::plot.snowprofile)
- ...
Arguments passed to distanceSPlayers
and dtwSP