Description Usage Arguments Value Examples
View source: R/AllConstructor.R
This function initialises an object of class GRBFBasis which defines a set of radial basis functions at pre-specified locations in 2-D
| 1 | initGRBFbasis(x, y, std, nx, ny)
 | 
| x | x-coordinate of GRBF centroid | 
| y | y-coordinate of GRBF centroid | 
| std | the 'length' (in terms of sigma) of the GRBF | 
| nx | the number of columns of the GRBF array | 
| ny | the number of rows of the GRBF array | 
Object of class GRBFBasis
| 1 | Basis <-  initGRBFbasis(x = c(0,1), y = c(0,1), std=0.1,nx=9,ny=1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.