parsCovFuns {SpatioTemporal} | R Documentation |
Provides a list of parameter names for the given covariance function(s), excluding the nugget which is added elsewhere.
parsCovFuns(type = namesCovFuns(), list = FALSE)
type |
Name(s) of covariance functions, see |
list |
Always return a list (if FALSE returns a vector if possible) |
Character vector with parameter names (excluding the nugget),
NULL
if the name is unknown. Returns a list if type contains
more than one element.
Johan Lindstrom
Other covariance functions: crossDist
,
evalCovFuns
, makeSigmaB
,
makeSigmaNu
, namesCovFuns
,
updateCovf
##all possible parameters parsCovFuns() ##just one covariance function parsCovFuns("exp") ##non existant covariance function parsCovFuns("bad.name")