Learn R Programming

KODAMA (version 0.0.1)

helicoid: Helicoid Data Set Generator

Description

This function creates a data set on the data points are distribuited on a Ulisse Dini's surface.

Usage

helicoid(N=1000)

Arguments

N
Number of data points.

Value

The function returns a three dimensional data set.

References

Cacciatore S, Luchinat C, Tenori L. Knowledge discovery by accuracy maximization. Proc Natl Acad Sci U S A 2014;111(14):5117-22.

See Also

swissroll,dinisurface,spirals

Examples

Run this code
require("rgl")
x=helicoid()
open3d()
plot3d(x, col=rainbow(1050)[-c(1:50)],box=FALSE,type="s",size=1)

Run the code above in your browser using DataLab