search for: plot_dc_for_multiple_kapas

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

2012 Mar 10
1
Treat Variable as String and a String as variables name
...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...