Learn R Programming

quollr (version 0.3.7)

scurve: S-curve dataset with noise dimensions

Description

The `scurve` dataset contains a 3-dimensional S-curve with added noise dimensions. Each data point is represented by seven dimensions (x1 to x7) and an ID.

Usage

data(scurve)

Arguments

Format

A data frame with 5000 rows and 8 columns:

ID

Identification number

x1, x2, x3, x4, x5, x6, x7

High-dimensional coordinates

Examples

Run this code
# Load the scurve dataset
data(scurve)

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

Run the code above in your browser using DataLab