s_curve_noise {quollr} | R Documentation |
The 's_curve_noise' 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.
data(s_curve_noise)
A data frame with 100 rows and 8 columns:
Identification number
High-dimensional coordinates
This dataset is generated for illustrative purposes.
# Load the s_curve_noise dataset
data(s_curve_noise)
# Display the first few rows of the dataset
head(s_curve_noise)