Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanhees committed Jan 23, 2024
1 parent 0a7cd93 commit 0a55ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/HASPT.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ HASPT = function(angle, perc = 10, spt_threshold = 15,
}
nomov = rep(0,length(x)) # no movement
pp = NA
if (length(horizontal) > 0) {t
if (length(horizontal) > 0) {
nomov[horizontal] = 1
}
} else if (HASPT.algo == "NotWorn") {
Expand Down

0 comments on commit 0a55ae4

Please sign in to comment.