Last data update: 2014.03.03

R: Generic function returning the names of the inputs of a...
inputNamesR Documentation

Generic function returning the names of the inputs of a covariance kernel

Description

Generic function returning the names of the inputs attached with a covariance kernel.

Usage

inputNames(object, ...)

Arguments

object

A covariance kernel object.

...

Other arguments for methods.

Value

A character vector with distinct input names that are used e.g. in prediction.

Note

The input names are usually checked to control that they match the colnames of a spatial design matrix.

See Also

checkX

Results