CGGP_internal_set_corr {CGGP} | R Documentation |
Set correlation function of CGGP object
CGGP_internal_set_corr(CGGP, corr)
CGGP |
CGGP object |
corr |
Correlation function |
CGGP object
obj <- CGGPcreate(3, 20, corr="matern52")
CGGP_internal_set_corr(obj, "gaussian")