test_covar_fun: Test passing a covariance function and arguments
Description
Test passing a covariance function and arguments
Usage
test_covar_fun(d, covar_FUN = "covar_exppow", covar.pars = list(range = 0.5))
Arguments
- d
numeric vector or matrix of distances
- covar_FUN
distance-based covariance function to use,
which must take d
as its first argument
- covar.pars
vector or list of parameters (other than d) passed to the
covar function