Skip to content

Commit d0df7f6

Browse files
committed
weirdness: changed argument type to zoi_shape to avoid confusion
1 parent 09ac12f commit d0df7f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/weirdness.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ weirdness.bag <- function(x,
156156
which_n_cross = c("mean", "sum")[1],
157157
response = c("mean", "mid")[1],
158158
baseline = "zero",
159+
type_feature = "point",
159160
type_feature_recompute = TRUE,
160161
resolution = 200,
161-
type_feature = "point",
162162
radii = c(100, 250, 500, 1000, 2500, 5000, 10000),
163-
type = c("circle", "Gauss", "rectangle", "exp_decay", "bartlett", "threshold",
163+
zoi_shape = c("circle", "Gauss", "rectangle", "exp_decay", "bartlett", "threshold",
164164
"mfilter")[1],
165165
radius_max = NULL,
166166
...) {

0 commit comments

Comments
 (0)