my.fit.sphere: place on sphere with radius R

Description Usage Arguments Examples

Description

Fit to sphere

Usage

1
my.fit.sphere(x, R = 1)

Arguments

x,

a matrix; num. of column = dimension

R

is a real value of radius

Examples

1
2
x <- matrix(rnorm(1000*3),ncol=3)
x <- my.fit.sphere(x)

ryamada22/Ronlyryamada documentation built on May 28, 2019, 10:43 a.m.