my.sphere.tri.mesh: Triangular mesh of sphere

Description Usage Arguments Examples

Description

Triangular mesh of sphere

Usage

1
my.sphere.tri.mesh(n.psi = 30)

Arguments

n.psi,

integer to set fineness of mesh

Examples

1
2
3
4
5
n.psi <- 25
sp.mesh <- my.sphere.tri.mesh(n.psi)
library(rgl)
plot3d(sp.mesh$xyz)
segments3d(sp.mesh$xyz[c(t(sp.mesh$edge)),])

ryamada22/spinSpherization documentation built on May 28, 2019, 10:44 a.m.