R/generalizedwendland-errors.R

update.spam.chol.error <- simpleError(
  "Updated covariance entries do not match length of original one.")

wendland.insuffparam.error <- simpleError(
  "Too few parameters for Wendland.")

wendland.excessparam.error <- simpleError(
  "Too many parameters for Wendland. Did you supply fix range or nugget?")

covfun.notfunction.error <- simpleError(
  "Argument covariance must be a function.")

Try the GeneralizedWendland package in your browser

Any scripts or data that you put into this service are public.

GeneralizedWendland documentation built on June 22, 2022, 9:06 a.m.