search for: repeatplot

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

2011 Nov 07
1
repeating a loop
...lab = "Groups", ylab = "Normalised Intensity", plot = TRUE)     BoxplotsFilename <- paste(BoxplotsFeature, "_Boxplot", sep = "")     savePlot(filename = "BoxplotsFilename", type = "jpeg", device = dev.cur(), restoreConsole = TRUE)     RepeatPlot <- readline(prompt = "Would you like to create another boxplot for any Feature? (y/n):") } If the user inputs "y" for BoxplotsCheck then a boxplot is saved and creatyed based on a user choice. I want to include the option to do another boxplot if needed (i.e. another user...