semispheregen: semispheregen

Description Usage Arguments Value Author(s) Examples

View source: R/Rutils.R

Description

sample data points along a semi-sphere.

Usage

1
semispheregen(npts = 200, radius = 10, noise = 1)

Arguments

npts

number of elements to be sampled.

radius

radius of the sphere.

noise

additive gaussian white noise to the sampled points.

Value

matrix of row-elements with the sampled elements.

Author(s)

Pierrick Bruneau

Examples

1
temp <- semispheregen()

VBmix documentation built on May 30, 2017, 2:34 a.m.

Related to semispheregen in VBmix...