Learn R Programming

cardinalR (version 1.0.6)

gen_mobius: Generate a 3-D Mobius

Description

This function generates a dataset representing a structure with a mobius.

Usage

gen_mobius(n = 500)

Value

A tibble containing a mobius structure.

Arguments

n

An integer value (default: 500) representing the sample size.

Examples

Run this code
set.seed(20240412)
mobius <- gen_mobius(n = 500)

Run the code above in your browser using DataLab