Description Usage Arguments Value Examples
View source: R/FSpacePartition.FunctionCollection.R
The purpose of this function is to generate data, which contains two input variables and one output variable, automatically for all values on a plane.
1 | data.gen3d(range.input, num.grid = 10)
|
range.input |
the range of the input variables, as a matrix (2 \times n). |
num.grid |
a number representing the size of the grid on the plane. |
the data
1 2 3 | range.input <- matrix(c(0, 100, 0, 100), nrow=2)
num.grid <- 10
data.test <- data.gen3d(range.input, num.grid)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.