print.VPdtw {VPdtw} | R Documentation |
Print VPdtw
Description
Print VPdtw
Usage
## S3 method for class 'VPdtw'
print(x, ...)
Arguments
x |
A VPdtw object generated by |
... |
Additional argument. |
Value
Numeric vector from the summary
slot in the VPdtw
object specified by x
.
Examples
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)
[Package VPdtw version 2.2.1 Index]