Learn R Programming

GeoModels (version 2.1.0)

CheckBiv: Checking Bivariate covariance models

Description

The procedure control if the correlation model is bivariate.

Usage

CheckBiv(numbermodel)

Value

Return TRUE or FALSE depending if the correlation model is bivariate or not.

Arguments

numbermodel

numeric; the number associated to a given correlation model.

Details

The function check if the correlation model is bivariate.

Examples

Run this code

library(GeoModels)
CheckBiv(CkCorrModel("Bi_matern_sep"))

Run the code above in your browser using DataLab