size {disto}R Documentation

Obtain size of the disto object

Description

Obtain size of the disto object

Usage

size(disto, ...)

Arguments

disto

object of class disto

...

currently not in use

Value

Integer vector of length 1

Examples

temp <- stats::dist(iris[,1:4])
dio   <- disto(objectname = "temp")
size(dio)

[Package disto version 0.2.0 Index]