mvSample: Returns a data.frame with points sampled according to a...

Description Usage Arguments

View source: R/ggfuns.R

Description

Returns a data.frame with points sampled according to a covariance matrix Only works for 2-D data

Usage

1
mvSample(sigma, n, quasi = c("none", "halton", "sobol"), ...)

Arguments

sigma

a 2x2 covariance matrix

...

other arguments passed to halton() or sobol() (if quasi != "none")

if

not "none" (the default), uses a quasi-random sampling method


markwh/markstats documentation built on May 21, 2019, 12:26 p.m.