Re: [R] Non-quadratic plots

2012-12-03 Thread David Winsemius
On Dec 3, 2012, at 9:29 AM, Jessica Streicher wrote: Nevermind, found i can at least do it with pdf() and consorts, so i'll get it right in my images, and thats the main point. On 03.12.2012, at 18:06, Jessica Streicher wrote: I'd like to make plots that do not have the quadratic layout, li

Re: [R] Non-quadratic plots

2012-12-03 Thread Jessica Streicher
Nevermind, found i can at least do it with pdf() and consorts, so i'll get it right in my images, and thats the main point. On 03.12.2012, at 18:06, Jessica Streicher wrote: > I'd like to make plots that do not have the quadratic layout, like having a > plot that is twice as wide as it is high

[R] Non-quadratic plots

2012-12-03 Thread Jessica Streicher
I'd like to make plots that do not have the quadratic layout, like having a plot that is twice as wide as it is high (without distorting everything). Sadly i wasn't able to find anything in par that does that. Best would be with plot(), but i'd use the ggplot package as well if necessary. thanks