[R] Hello

jim holtman jholtman at gmail.com
Thu Aug 20 00:31:36 CEST 2009


generate the plot with the limit of both ranges and then add the
second with 'lines'

plot(x1,y1,ylim=range(y1, y2))
lines(x2,y2)

On Wed, Aug 19, 2009 at 6:24 PM, dimple thyagarajan<calldimple at yahoo.com> wrote:
> Hello!
>
> I am trying to merge two xy-plot with different ylimits.
>
> Can someone please give me possible way of achieving it..
>
> Thank you
> Regards
> Dimple
>
>
>
>        [[alternative HTML version deleted]]
>
>
> ______________________________________________
> R-help at 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.
>
>



-- 
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem that you are trying to solve?




More information about the R-help mailing list