Displaying 1 result from an estimated 1 matches for "critrank".
2014 Mar 21
1
Memcheck: error in a switch using getGraphicsEvent
...#39;toDo'] <- "xy"
xy[2]<-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< ----------------
cho...