Dear all.
I am having ten variables (let's call the four of them as 

Alpha, Beta, Gamma and Delta.....)

For each variable I have to print around 100 (plots). E


So far I was copying paste the code below many times. 


pdf(file="DC_Alpha_All.pdf", width=15) # First Variable is treated as string
plot_dc_for_multiple_kapas(Alpha, 4, c(5, 4), coloridx=c(24, 32)) # First 
Variable is now passed #inside the function as variable
dev.off()




So I could save my time If I can make a function that for every variable 
produces the current number of plots. The problem is, as you can also see from 
comment above that my variable has to be converted to string (first line) and 
also at the second line should be used as a variable.

How I can make a loop in R that for a list of variables (the 10 variables I 
gave at the beginning) can either treat each entry of that list once as a 
string and once a real variable.

Could you please help me with that?

Best Regards
Alex
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to