CGGP (version 1.0.1)

CGGP_internal_set_corr: 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

Run this code
# NOT RUN {
obj <- CGGPcreate(3, 20, corr="matern52")
CGGP_internal_set_corr(obj, "gaussian")
# }

Run the code above in your browser using DataCamp Workspace