roman_surface_3d_row {cardinalR}R Documentation

Generate points on a Roman surface in 3D space.

Description

This function generates points on a Roman surface in 3D space.

Usage

roman_surface_3d_row(a = 1)

Arguments

a

Maximum radius of the object.

Value

A matrix containing the generated points on the Roman surface in 3D space.

Examples

set.seed(20240412)
roman_surface_3d_row(a = 1)


[Package cardinalR version 0.1.1 Index]