powered by
dist
Default Method for simplifying a dist object. Just returns the object.
# S3 method for dist simplify(x, ...)
The dist object
The dist object to simplify
Additional arguments to pass (not used)
x <- normal(0, 1) identical(simplify(x), x) # TRUE, returns unchanged
Run the code above in your browser using DataLab