| simplify.dist | R Documentation |
dist object. Just returns the object.Default Method for simplifying a dist object. Just returns the object.
## S3 method for class 'dist'
simplify(x, ...)
x |
The |
... |
Additional arguments to pass (not used) |
The dist object
x <- normal(0, 1)
identical(simplify(x), x) # TRUE, returns unchanged
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.