print.VPdtw: Print VPdtw

View source: R/VPdtw.R

print.VPdtwR Documentation

Print VPdtw

Description

Print VPdtw

Usage

## S3 method for class 'VPdtw'
print(x, ...)

Arguments

x

A VPdtw object generated by VPdtw.

...

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)


VPdtw documentation built on Sept. 11, 2024, 8:16 p.m.