size: Obtain size of the disto object

Description Usage Arguments Value Examples

Description

Obtain size of the disto object

Usage

1
size(x, ...)

Arguments

x

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)

talegari/disto documentation built on May 10, 2019, 3:19 a.m.