- geodata
an object of class geodata in which the response variable
should be given in 'data.col', the coordinates in 'coords.col', the treatment vector
should be given as the first column of 'covar.col' and block as the second one.
- resp
either a vector of response variables or a character giving
the column name where it can be found in 'data'. Optional argument, just required if
geodata is not provided.
- treat
either a vector of treatment factors or a character giving
the column name where it can be found in 'data'. Optional argument, just required if
geodata is not provided.
- block
either a vector of block factors or a character giving the column name where
it can be found in 'data'. Optional argument, just required if geodata is not provided.
- coords
either a 2-column matrix containing the spatial coordinates or a
character vector giving the columns name where the coordinates can be found in 'data'.
Optional argument, just required if geodata is not provided.
- data
a data frame in which the variables specified as characters will be found.
Optional argument, just required if geodata is not provided.
- trend
type of spatial trend considered.
- scale
logical argument. Should the coordinates be scaled? We recommend this
argument to be set as TRUE if your spatial coordinates have high values as in
UTM coordinate system otherwise, you could get errors in the calculations.
See ‘Details’.
- max.dist
numerical value defining the maximum distance for the variogram.
See variog documentation for additional information.
- design
type of experimental design. "crd" corresponds to Completely Randomized
Design and "rcbd" corresponds to Randomized Complete Block Design.
- ...
further arguments to be passed to variog function.