Randomly choose from different plots
-
I can choose from different expressions using the "switch" function, but i can not use plots as arguments in switch(). So, how can I randomly choose from different plots?
-
I could be wrong, but I think you can use the HTML code associated with the plot in the switch function. Which would randomly select the HTML code for a given plot. This in effect will do what you want.