# S3 method for VPdtw
plot(
x,
type = c("All", "Before", "After", "Shift", "Chromatograms"),
xlim = NULL,
...
)
Value
No return value, called for side effects.
Arguments
x
A VPdtw object generated by VPdtw.
type
What to plot.
xlim
Numeric vector specifying x-axis limits.
...
Additional arguments
Side effects
Plots information about alignment according to value of type: either
unaligned query and reference ("Before"), aligned query and reference
("After"), shift at each index ("Shift"), a three-panel plot
containing all three of these options ("All"), or a two-panel plot with
unaligned and aligned query ("Chromatograms").