griddata objects | R Documentation |
These are objects of classes
griddata
These objects store the results of interpolating a 1-D regression data set to a grid which is a power of two in length
The help page for makegrid
and Kovac, (1997), p.81 give further details about how a griddata
object is constructed.
The following components must be included in a legitimate griddata object.
gridt |
a vector containing the values of the grid on the "x" axis. |
gridy |
a vector containing the values of the grid on the "y" axis. This vector has to be the same length as gridt. Typically the values in ( |
G |
Codes the value of the linear interpolant matrix for the corresponding entry in |
Gindex |
Each entry in |
This class of objects is returned from the makegrid
function to represent the results of interpolating a 1-D regression data set to a grid.
The griddata
class of objects really on has one function that uses it: irregwd
.
Version 3.9.6 Copyright Arne Kovac 1997 Copyright Guy Nason (help pages) 1999.
makegrid
, irregwd
Arne Kovac
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.