Displaying 1 result from an estimated 1 matches for "criterion_nam".
Did you mean:
criterion_names
2014 Mar 21
1
Memcheck: error in a switch using getGraphicsEvent
...lt;-1
xy[1]<-xy[1]+1
paramChoice['xy']<-xy
"d" = {
paramChoice['toDo'] <- "changeCriterion"
paramChoice['critRank'] <- (paramChoice['critRank']%%length(CRITERION_NAMES)) + 1
},
"c" = {
paramChoice['toDo'] <- "order"
},
default={}
)
return(paramChoice)
}
--- 8< ----------------
choix is a character of lenght 1 since getGraphicsEvent return a chara...