search for: reihen

Displaying 1 result from an estimated 1 matches for "reihen".

Did you mean: reihe
2009 Aug 12
1
calling a function with dynamically generated buttons
...midpts <- barplot(height=mat, names.arg = namen, main = titel, las=2) text(midpts, 1, mat) mtext(text=paste("Treshold:", thresh), side=3, col="blue") } lb <- tklabel(base, text="Barplot:") tkgrid(lb, row=4, column=0) for(i in 1:(reihen-1)) { anzeige <- data.matrix(dataframe[i,-c(spalten)]) namen <- names(anzeige) tit <- paste(classi[i], "\nTotal Threshold for", classi[i], ":", dataframe[i, spalten]) but <- tkbutton(base, text = classi[i], command = function()...