______________
>
> 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
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
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
3 matches
Mail list logo