HaltonFrameBase | R Documentation |
A description of this useful function.
HaltonFrameBase(
n = (bases[1]^J[1]) * (bases[2]^J[2]),
J = base::c(3, 2),
bases = base::c(2, 3),
seeds = NULL
)
n |
The number of points in the frame to generate. |
J |
The number of grid cells. A list of 2 values. The default value is c(3, 2), we could also use c(5, 3). |
bases |
Co-prime base for the Halton Sequence. The default value is c(2, 3). |
seeds |
The u1 and u2 seeds to use. |
This function was written by Phil Davies.
A list containing the following four variables: halton_seq - halton_seq_div - Z - halton_frame -
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.