Learn R Programming

gmum.r (version 0.2.1)

gng.preset.cube: gng.preset.cube

Description

Generate sample cube dataset

Usage

gng.preset.cube(N, r = 0.5, center = c(0.5, 0.5, 0.5))

Arguments

N
Number of points
r
Length of the side of cube
center
Center of the plane

Details

Cube preset dataset

Examples

Run this code
X <- gng.preset.cube(100)
gng <- GNG(X)

Run the code above in your browser using DataLab