names(query.list)
alig = twdtw(query.list[["Soybean"]], template, weight = "logistic",
alpha = 0.1, beta = 100, keep=TRUE)
gp = plotCostMatrix(x=alig, matrix.name="localMatrix")
gp
gp = plotCostMatrix(x=alig, matrix.name="timeWeight")
gp
gp = plotCostMatrix(x=alig, matrix.name="costMatrix")
gp
Run the code above in your browser using DataLab