Last data update: 2014.03.03

R: Ulisse Dini Data Set Generator
dinisurfaceR Documentation

Ulisse Dini Data Set Generator

Description

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

Usage

dinisurface(N=1000)

Arguments

N

Number of data points.

Value

The function returns a three dimensional data set.

Author(s)

Stefano Cacciatore and Leonardo Tenori

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

helicoid,swissroll,spirals

Examples

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

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(KODAMA)
Loading required package: e1071
Loading required package: plsgenomics
Loading required package: MASS
Loading required package: boot
Loading required package: parallel
Loading required package: class

Attaching package: 'KODAMA'

The following object is masked from 'package:plsgenomics':

    transformy

> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/KODAMA/dinisurface.Rd_%03d_medium.png", width=480, height=480)
> ### Name: dinisurface
> ### Title: Ulisse Dini Data Set Generator
> ### Aliases: dinisurface
> ### Keywords: dataset
> 
> ### ** Examples
> 
> require("rgl")
Loading required package: rgl
> x=dinisurface()
> open3d()
glX 
  1 
> plot3d(x, col=rainbow(1050)[-c(1:50)],box=FALSE,type="s",size=1)
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>