Argument x as passed to sample();
Only matters if rand takes its default value of
“sample”.
replace
Argument replace as passed to sample();
Only matters if rand takes its default value of
“sample”.
rand
String, with name being that of the distribution
intended. Currently implemented values are “sample”
(default), “norm”, “unif”, “binom” and
“pois”. Add an “r” to get the name of the function
used; thus “unif” means to call runif().
...
Further arguments passed to the random number generator
(such as mean and sd, which would be passed to
rnorm())
Details
Function rquat() returns a quaternionic vector and function
roct() returns an octonionic vector.