Swissroll: Generates a noise-free Swiss roll dataset

View source: R/general_auxiliary.R

SwissrollR Documentation

Generates a noise-free Swiss roll dataset

Description

The function creates a three-dimensional dataset with coordinates following the Swiss roll mapping, transforming random uniform data points sampled on the interval (0,10).

Usage

Swissroll(n)

Arguments

n

number of observations contained in the output dataset.

Value

a three-dimensional data.frame containing the coordinates of the points generated via the Swiss roll mapping.

Examples

Data <- Swissroll(1000)


Fradenti/intRinsic documentation built on Sept. 15, 2024, 4:37 a.m.