Plots ptw
alignments.
Arguments
- x
A
ptw_list
object created bycorrect_rt
.- what
What type of plot to return. Either
traces
orheatmap
.- engine
What plotting engine to use. Either
base
,ggplot
orplotly
- lambdas
Which lambdas to plot.
- show_legend
Logical. Whether to include sample legend.
- ...
Additional arguments (placeholder).
Examples
if (FALSE) { # interactive()
data(Sa_pr)
warp <- correct_rt(chrom_list = Sa_pr, what = "models", lambdas = 210)
plot(warp)
}