CGGP_internal_set_corr: Set correlation function of CGGP object

View source: R/CGGP_sharedfunctions.R

CGGP_internal_set_corrR Documentation

Set correlation function of CGGP object

Description

Set correlation function of CGGP object

Usage

CGGP_internal_set_corr(CGGP, corr)

Arguments

CGGP

CGGP object

corr

Correlation function

Value

CGGP object

Examples

obj <- CGGPcreate(3, 20, corr="matern52")
CGGP_internal_set_corr(obj, "gaussian")

CGGP documentation built on May 29, 2024, 2:35 a.m.