print.twdtw: Print method for twdtw class

View source: R/twdtw.R

print.twdtwR Documentation

Print method for twdtw class

Description

Print method for twdtw class

Usage

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

Arguments

x

An object of class twdtw.

...

Arguments passed to print.default or other methods.

Value

This function returns a textual representation of the object twdtw, which is printed directly to the console. If x is a list, the function will print a summary of matches and omit twdtw's internal data, see names(x). If x is not a list, it prints the content of x, i.e. either a matrix with all matches or the lowest twdtw distance.


twdtw documentation built on Aug. 8, 2023, 9:06 a.m.