Learn R Programming

disto (version 0.2.0)

names.disto: Get names/labels

Description

Get names/labels of the underlying distance storing backend

Usage

# S3 method for disto
names(x)

Arguments

x

disto object

Value

A character vector

Examples

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

Run the code above in your browser using DataLab