Learn R Programming

GeoModels (version 2.0.6)

CheckST: Checking SpaceTime covariance models

Description

The procedure control if the correlation model is spacetime.

Usage

CheckST(numbermodel)

Value

Returns TRUE or FALSE depending if the correlation model is spacetime or not.

Arguments

numbermodel

numeric; the number associated to a given correlation model.

Details

The function check if the correlation model is spacetime.

Examples

Run this code

library(GeoModels)
CheckST(CkCorrModel("gneiting"))

Run the code above in your browser using DataLab