print.twdtw | R Documentation |
Print method for twdtw class
## S3 method for class 'twdtw'
print(x, ...)
x |
An object of class |
... |
Arguments passed to |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.