Skip to content

Commit

Permalink
Merge pull request drieslab#982 from jiajic/patch_interpolatefeatures
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
jiajic authored Jul 10, 2024
2 parents d0c1a16 + 81cd6b4 commit dc76e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/kriging.R
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ setMethod(
# model to use
model <- gstat::gstat(
id = feat,
formula = as.formula(sprintf("`%s` ~ 1"), feat),
formula = as.formula(sprintf("`%s` ~ 1", feat)),
locations = ~ sdimx + sdimy,
data = annotatedlocs,
nmax = 7,
Expand Down

0 comments on commit dc76e39

Please sign in to comment.