Learn R Programming

disto (version 0.2.0)

print.disto: Print method for dist class

Description

Print method for dist class

Usage

# S3 method for disto
print(x, ...)

Arguments

x

object of class disto

...

currently not in use

Value

invisible NULL. Function writes backend type and size to terminal as a message.

Examples

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

Run the code above in your browser using DataLab