Learn R Programming

clues (version 0.6.2.2)

print.clues: Print Method for CLUES Objects

Description

Prints the number of data points, number of variables, number of clusters, cluster sizes, strength method, strength value, dissimilarity measurement, components of the object retruend by clues.

This is a method for the function print() for objects inheriting from class clues.

Usage

# S3 method for clues
print(x, …)

Arguments

x

a clues object.

potential further arguments (require by generic).

See Also

clues, summary.clues.

Examples

Run this code
# NOT RUN {
    # Maronna data set
    data(Maronna)
    # data matrix
    maronna <- Maronna$maronna
    # apply clues to maronna data set
    res <- clues(maronna)

    print(res)
# }

Run the code above in your browser using DataLab