Skip to content

Commit a6b82f6

Browse files
author
Nicholas Clark
committed
remove :::
1 parent 790e89e commit a6b82f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/conditional_effects.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ conditional_effects.mvgam = function(x,
131131

132132
# Find all possible (up to 2-way) plot conditions
133133
cond_labs <- purrr::flatten(lapply(termlabs, function(i){
134-
mvgam:::split_termlabs(i)
134+
split_termlabs(i)
135135
}))
136136
} else {
137137
cond_labs <- strsplit(as.character(effects), split = ":")

0 commit comments

Comments
 (0)