Skip to content

Commit

Permalink
force use of only xyz, fixes #1065
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanhees committed Feb 26, 2024
1 parent 58bf1d9 commit d9efc0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/applyExtFunction.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
applyExtFunction = function(data, myfun, sf, ws3,interpolationType=1) {
data = data[, c("x", "y", "z")] # Needed because code below is not able to handle time column yet
# check myfun object
check_myfun(myfun, windowsizes=ws3)
# unit correction
Expand Down

0 comments on commit d9efc0d

Please sign in to comment.