« Return to Thread: Color of ecdf plots

Re: Color of ecdf plots

by Uwe Ligges-3 :: Rate this Message:

Reply to Author | View in Thread



Lars Bergemann wrote:

> Hi.
>
>  
>
> I have the following two ecdf plots in one graph:
>
>  
>
>  plot(
>   ecdf(....),
>   do.points=FALSE,
>   verticals=TRUE,
>   main=paste("Ecdf of distances ",DIM,sep=""),
>   col="red"
>  );
>  lines(
>   ecdf(....),
>   do.points=FALSE,
>   verticals=TRUE
>  );
>
>  
>
> How do I change the color of the resulting graph? Adding col="red" to either plot or lines results in an error ...


... but works for me.

Hence please specify your version of R, OS, exactly reproducible code
(above the argument to ecdf are missing, obviously).

Best,
Uwe Ligges


>  
>
> Thanks!
>
> Lars
>
> _________________________________________________________________
> [[elided Hotmail spam]]
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@... 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.

______________________________________________
R-help@... 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.

 « Return to Thread: Color of ecdf plots