[R] Odp: plots

Petr PIKAL petr.pikal at precheza.cz
Wed Jul 25 12:44:59 CEST 2007


Hi

r-help-bounces at stat.math.ethz.ch napsal dne 25.07.2007 12:17:54:

> Hi Sir
> 
> I did not find any function of graph which plot one variable on x-axis 
and 2
> or more than 2 variables on y-axis.

?matplot

or you can do

plot(x,y, ylim=range(all.your.y), type="n")

and add lines/points by

lines(x, one.of.your.y)
points(x, other.of.your.y)

Regards

Petr

> Moreover, how can I change the labels of L-moments diagram obtained by
> plotlmrdia(lmrdia())
> 
> Thank you
> 
> -- 
> AMINA SHAHZADI
> Department of Statistics
> GC University Lahore, Pakistan.
> Email:
> amnakhan493 at gmail.com
> amna_989 at hotmail.com
> amna_989 at yahoo.com
> 
>    [[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at 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.



More information about the R-help mailing list