print.twdtw {twdtw} | R 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 |
... |
Arguments passed to |
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.
[Package twdtw version 1.0-1 Index]