print.VPdtw | R Documentation |
Print VPdtw
## S3 method for class 'VPdtw'
print(x, ...)
x |
A VPdtw object generated by |
... |
Additional argument. |
Numeric vector from the summary
slot in the VPdtw
object specified by x
.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.