dini_surface_3d_row | R Documentation |
This function generates points on a Dini's surface.
dini_surface_3d_row(a = 1, b = 1)
a |
Outer radius of the surface. |
b |
Space between loops. |
A matrix containing the generated points on the surface.
set.seed(20240412)
dini_surface_3d_row(a = 1, b = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.