Learn R Programming

CGGP (version 1.0.4)

CGGP_internal_set_corr: Set correlation function of CGGP object

Description

Set correlation function of CGGP object

Usage

CGGP_internal_set_corr(CGGP, corr)

Value

CGGP object

Arguments

CGGP

CGGP object

corr

Correlation function

Examples

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

Run the code above in your browser using DataLab