[R] don't put line in plot

2006-11-24 Thread fernando espindola

Hi R-user,

I have a problem when try to run the next code:

plot(prueba$IC, type=l)

but plot with type=p, there not problem, I don't know what is the 
problem?? Anybody can help me


Regards,

Fernando

__
R-help@stat.math.ethz.ch 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.


Re: [R] don't put line in plot

2006-11-24 Thread Carmen Meier
fernando espindola schrieb:
 Hi R-user,

 I have a problem when try to run the next code:

 plot(prueba$IC, type=l)

 but plot with type=p, there not problem, I don't know what is the 
 problem?? Anybody can help me

normally there is no problem with type=l maybe you should send a 
reproducible code

With regards Carmen



[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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.