Size of bigdist

bigdist_size(x)

Arguments

x

Object of class 'bigdist'

Examples

set.seed(1) amat <- matrix(rnorm(1e3), ncol = 10) td <- tempdir() temp <- bigdist(mat = amat, file = file.path(td, "temp_ex5"))
#> ----
#> Location: /tmp/RtmpNBdlQr/temp_ex5_100_float.bk
#> Size on disk: 0 GB
#> Computing distances ...
#> Completed!
#> ----
bigdist_size(temp)
#> [1] 100