dini_surface_3d: Generate points sampled from the Dini surface with optional...

View source: R/highd_obj.R

dini_surface_3dR Documentation

Generate points sampled from the Dini surface with optional noise.

Description

This function generates points sampled from the Dini surface along with optional noise.

Usage

dini_surface_3d(n, num_noise, min_n, max_n)

Arguments

n

Total number of data points to generate.

num_noise

Number of additional noise dimensions to add to the data.

min_n

Minimum value for the noise added to the data.

max_n

Maximum value for the noise added to the data.

Value

A matrix containing the generated data points with or without added noise.

Examples

set.seed(20240412)
dini_surface_3d(n = 100, num_noise = 2, min_n = -0.05, max_n = 0.05)


cardinalR documentation built on May 29, 2024, 4:37 a.m.