Learn R Programming

GeoModels (version 2.1.6)

CheckBiv: Checking Bivariate Covariance Models

Description

Checks whether the correlation model is bivariate.

Usage

CheckBiv(numbermodel)

Value

A logical value: TRUE if the correlation model is bivariate, and FALSE otherwise.

Arguments

numbermodel

A numeric value; the number associated with a given correlation model.

Details

This function checks whether 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