Learn R Programming

disto (version 0.2.0)

size: 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

Run this code
# NOT RUN {
temp <- stats::dist(iris[,1:4])
dio   <- disto(objectname = "temp")
size(dio)
# }

Run the code above in your browser using DataLab