as_bigdist {bigdist} | R Documentation |
Generic to convert an object of class 'bigdist'
as_bigdist(x, file, ...)
x |
Object coercible to bigdist |
file |
File to write the 'bigdist' matrix |
... |
additional arguments |
Writing distances to FBM can be parallelized by setting up a future backend
An object of class 'bigdist'
temp3 <- as_bigdist(dist(mtcars), file = file.path(tempdir(), "temp_ex4"))
temp3