Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 73 found.
[1] < 1 2 3 4 5 6 7 8 > [8]  Sort:

Krig.null.function (Package: fields) : Default function to create fixed matrix part of spatial process model.

Constructs a matrix of terms representing a low order polynomial and binds additional columns due to covariates ( the Z matrix)
● Data Source: CranContrib
● Keywords: spatial
● Alias: Krig.null.function
● 0 images

colorbar.plot (Package: fields) : Adds color scale strips to an existing plot.

Adds one or more color scales in a horizontal orientation, vertical orientation to an existing plot.
● Data Source: CranContrib
● Keywords: hplot
● Alias: colorbar.plot
● 0 images

supportsArg (Package: fields) :

Tests if the given function supports the given argument. Commonly used in fields code for determining if a covariance function supports precomputation of the distance matrix and evaluation of the covariance matrix over only the upper triangle.
● Data Source: CranContrib
● Keywords:
● Alias: supportsArg
● 0 images

fields.hints (Package: fields) :

Here are some technical hints for assembling multiple plots with common legends or axes and setting the graphics parameters to make more readable figures. Also we an index to the defaultcolors in R graphics and setting their definitions in LaTeX. All these hints use the standard graphics environment.
● Data Source: CranContrib
● Keywords: hplot
● Alias: fields.color.picker, fields.hints, fields.style
● 0 images

Krig (Package: fields) :

Fits a surface to irregularly spaced data. The Kriging model assumes that the unknown function is a realization of a Gaussian random spatial processes. The assumed model is additive Y = P(x) + Z(X) + e, where P is a low order polynomial and Z is a mean zero, Gaussian stochastic process with a covariance that is unknown up to a scale constant. The main advantages of this function are the flexibility in specifying the covariance as an R language function and also the supporting functions plot, predict, predictSE, surface for subsequent analysis. Krig also supports a correlation model where the mean and marginal variances are supplied.
● Data Source: CranContrib
● Keywords: spatial
● Alias: Krig, coef.Krig, fitted.Krig, resid.Krig
● 0 images

The Engines: (Package: fields) : Basic linear algebra utilities and other

These are internal functions to Krig that compute the basic matrix decompositions or solve the linear systems needed to evaluate the Krig/Tps estimate. Others listed below do some simple housekeeping and formatting. Typically they are called from within Krig but can also be used directly if passed a Krig object list.
● Data Source: CranContrib
● Keywords: spatial
● Alias: Krig.check.xY, Krig.coef, Krig.cor.Y, Krig.engine.default, Krig.engine.fixed, Krig.engine.knots, Krig.make.W, Krig.make.Wi, Krig.make.u, Krig.transform.xY, %d*%
● 0 images

as.image (Package: fields) :

Discretizes a set of 2-d locations to a grid and produces a image object with the z values in the right cells. For cells with more than one Z value the average is used.
● Data Source: CranContrib
● Keywords: manip
● Alias: as.image
● 0 images

REML.test (Package: fields) :

For a fixed smoothness (shape) parameter these functions provide different ways of estimating and testing restricted and profile likehiloods for the Martern covariance parameters. MLE.Matern is a simple function that finds the restricted maximum likelihood (REML) estimates of the sill, nugget and range parameters (rho, sigma2 and theta) of the Matern covariance functions. The remaining functions are primarily for testing.
● Data Source: CranContrib
● Keywords: spatial
● Alias: MLE.Matern, MLE.Matern.fast, MLE.objective.fn, MaternGLS.test, MaternGLSProfile.test, MaternQR.test, MaternQRProfile.test, REML.test
● 0 images

compactToMat (Package: fields) :

compactToMat transforms a matrix from compact, vector form to a standard matrix. Only symmetric matrices can be stored in this form, since a compact matrix is stored as a vector with elements representing the upper triangle of the matrix. This function assumes the vector does not contain diagonal elements of the matrix.
● Data Source: CranContrib
● Keywords: compact, matrix
● Alias: compactToMat
● 0 images

transformx (Package: fields) :

Linear transformation of each column of a matrix. There are several choices of the type of centering and scaling.
● Data Source: CranContrib
● Keywords: manip
● Alias: transformx
● 0 images