Re: [R] Generic Plot and save function

2011-10-30 Thread Joshua Wiley
______________ > > To: "R-help@r-project.org" > Sent: Sunday, October 30, 2011 9:15 PM > Subject: [R] Generic Plot and save function > > Dear all, > > I was reading for the nice ... parameter option in R, which if I got it right > it is used to pass

Re: [R] Generic Plot and save function

2011-10-30 Thread Alaios
To: "R-help@r-project.org" Sent: Sunday, October 30, 2011 9:15 PM Subject: [R] Generic Plot and save function Dear all, I was reading for the nice ... parameter option in R, which if I got it right it is used to pass other parameter to some other function inside your function for ex

[R] Generic Plot and save function

2011-10-30 Thread Alaios
Dear all, I was reading for the nice ... parameter option in R, which if I got it right it is used to pass other parameter to some other function inside your function for example plot_duty_cycle<- function(data, ...) {        barplot(duty_cycle_per_bin(data), ...) } I can put some param