hello,I would like to ask a question,Is there any way to pass arguments to a
script?I have this code:

Invernadero<-read.table(file.choose(),header=T,sep=",")

attach(Invernadero)
names(Invernadero)
Invernadero<-ts(Invernadero<-argument) //Here introduce the argument

plot(Hora,Invernadero,main=arguemtn,xlab="Tiempo",ylab=argument)

Thanks for your attention,I hope your answers.

Cheers,
Ignacio.
-- 
View this message in context: 
http://old.nabble.com/Arguments-tp26539736p26539736.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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