powered by
Print VPdtw
# S3 method for VPdtw print(x, ...)
Numeric vector from the summary slot in the VPdtw
summary
VPdtw
object specified by x.
x
A VPdtw object generated by VPdtw.
Additional argument.
query <- c(1,5,4,3,9,8,5,2,6,5,4) reference <- c(rnorm(5), query, rnorm(5)) lambda <- rep(0, length(reference)) maxshift <- 11 res <- VPdtw(reference, query, lambda, maxshift) print(res)
Run the code above in your browser using DataLab