Displaying 1 result from an estimated 1 matches for "plot_v3".
Did you mean:
plot_v2
2013 May 21
2
problems with saving plots from loop
Greetings,
I cannot find solution for this problem (I was searching on web, but without
success):
I want to plot dose-response models for one concentration and many responses
(lets say 200) and I don?t want to do it manually.
So I use loop for this:
for (i in mydata[,2:201]){ #first column is concentration
pdf(paste("plot_",i,".pdf",sep = ""))