Samples SVC on a regular grid. The SVC have all mean 0.
fullSVC_reggrid(m, p, cov_pars, nugget, seed = 123)integer. square root number of observations, in total the function will sample \(m^2\) locations on a regular grid.
integer. number of SVC
data.frame including the covariance parameters of SVCs, using an exponential covariance function. The columns must have the names "var" and "range".
scalar. variance of the nugget / error term.
integer. seed for sampling
object of class SpatialPointsDataFrame (see SpatialPointsDataFrame-class) of the sampled SVC including the nugget.