size: Obtain size of the disto object

Description Usage Arguments Value Examples

View source: R/disto_methods.R

Description

Obtain size of the disto object

Usage

1

Arguments

disto

object of class disto

...

currently not in use

Value

Integer vector of length 1

Examples

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

disto documentation built on May 2, 2019, 4:06 p.m.