powered by
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.
data(scurve)
A data frame with 5000 rows and 8 columns:
Identification number
High-dimensional coordinates
# 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