gen_trefoil4d: Generate 4-D Trefoil Knot Coordinates

View source: R/trefoil.R

gen_trefoil4dR Documentation

Generate 4-D Trefoil Knot Coordinates

Description

This function generates coordinates for a 4-D trefoil knot. The number of points is determined by the length of the theta and phi sequences.

Usage

gen_trefoil4d(n = 500, p = 4, steps = 5)

Arguments

n

A numeric value (default: 500) representing the sample size.

p

A numeric value (default: 4) representing the number of dimensions.

steps

A numeric value (default: 5) representing the number of steps for the theta parameter.

Value

A data containing 4-D trefoil knot.

Examples

set.seed(20240412)
trefoil4d <- gen_trefoil4d(n = 500, p = 4, steps = 5)

cardinalR documentation built on Aug. 21, 2025, 5:27 p.m.