- outline
shapefile outline of a waterbody
- df
dataframe of coordinates and depths for a given waterbody
- x
character giving name of longitude column
- y
character giving name of latitude column
- z
character giving name of depth column
- zeros
logical describing if bounding zeros are needed (FALSE) or provided (TRUE), default = FALSE
- separation
number describing distance between points, units from CRS
- k
numeric value describing the number of folds to test, default = 5
- crsUnits
character describing CRS units of input outline, either "dd" (decimal degrees) or "m" (meters), default = "dd"
- res
number describing desired cell resolution in meters, default = 5
- method
character describing method of interpolation, options include Inverse Distance Weighted ("IDW") or Ordinary Kriging ("OK"). Default = "IDW"
- fact
numeric value describing the factor by which raster resolution should be increased, default = NULL. If 'crsUnits' and 'res' are defined, fact = NULL
- nmax
numeric value describing number of neighbors used in interpolation, default = 20
- idp
numeric value describing inverse distance power value for IDW interpolation
- model
character describing type of model used in Ordinary Kriging, options include 'Sph', 'Exp', 'Gau', 'Sta', default = 'Sph'
- psill
numeric value describing the partial sill value for OK interpolation, default = NULL
- range
numeric describing distance beyond which there is no spatial correlation in Ordinary Kriging models, default = NULL
- nugget
numeric describing variance at zero distance in Ordinary Kriging models, default = 0
- kappa
numeric value describing model smoothness, default = NULL