Learn R Programming

cardinalR (version 1.0.6)

three_clust_02: Three-Cluster Dataset in 4-D

Description

The `three_clust_02` dataset contains three distinct clusters in a 4-D space.

Usage

data(three_clust_02)

Arguments

Format

A data frame with 1500 rows and 5 columns:

cluster, x1, x2, x3, x4

High-dimensional coordinates

Examples

Run this code
# Load the mobiusgau dataset
data(three_clust_02)

# Display the first few rows of the dataset
head(three_clust_02)

Run the code above in your browser using DataLab