Description Usage Arguments Details Value Note Author(s) See Also Examples
Random drawing of a Grid object
1 2 |
dim |
The spatial dimension. |
nxMin |
Minimum number of nodes. Integer vector of length 1
or |
nxE |
Expected number of nodes. Numeric vector of length 1
or |
nlevels |
Integer vector giving the number of levels for each spatial dimension. |
dimNames |
Names of the spatial dimensions. |
The nodes are drawn by first choosing their number for each spatial dimension using a Poisson distribution, and then by drawing a sample of the uniform distribution with the suitable size.
An object with S4 class "Grid".
This function is not not for drawing random design points from within the object.
Yves Deville
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.