names.disto: Get names/labels

Description Usage Arguments Value Examples

View source: R/disto_methods.R

Description

Get names/labels of the underlying distance storing backend

Usage

1
2
## S3 method for class 'disto'
names(x)

Arguments

x

disto object

Value

A character vector

Examples

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

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