Re: [R] Lines in dotchart & dotplot ?

2007-06-12 Thread John Kane
Thanks again. Both layouts look very usefull and certainly a lot better than I was getting on my own. --- Deepayan Sarkar <[EMAIL PROTECTED]> wrote: > On 6/11/07, John Kane <[EMAIL PROTECTED]> wrote: > > > > --- [EMAIL PROTECTED] wrote: > > > > > On 6/9/07, John Kane <[EMAIL PROTECTED]> wrote

Re: [R] Lines in dotchart & dotplot ?

2007-06-11 Thread Deepayan Sarkar
On 6/11/07, John Kane <[EMAIL PROTECTED]> wrote: > > --- [EMAIL PROTECTED] wrote: > > > On 6/9/07, John Kane <[EMAIL PROTECTED]> wrote: > > > Is it possible to use dotchart or dotplot and set > > the > > > lines in such a way that they only extend from the > > > left y-axis to the data point? > > >

Re: [R] Lines in dotchart & dotplot ?

2007-06-11 Thread John Kane
--- [EMAIL PROTECTED] wrote: > On 6/9/07, John Kane <[EMAIL PROTECTED]> wrote: > > Is it possible to use dotchart or dotplot and set > the > > lines in such a way that they only extend from the > > left y-axis to the data point? > > Yes (sort of) in dotplot at least. E.g., > > dotplot(VADeaths,

Re: [R] Lines in dotchart & dotplot ?

2007-06-09 Thread deepayan . sarkar
On 6/9/07, John Kane <[EMAIL PROTECTED]> wrote: > Is it possible to use dotchart or dotplot and set the > lines in such a way that they only extend from the > left y-axis to the data point? Yes (sort of) in dotplot at least. E.g., dotplot(VADeaths, groups = FALSE, type = c("p", "h")) dotplot(VADe

[R] Lines in dotchart & dotplot ?

2007-06-09 Thread John Kane
Is it possible to use dotchart or dotplot and set the lines in such a way that they only extend from the left y-axis to the data point? I seem to remember that Wm Cleveland did this in his 1985 book "The elements of graphing data". In cases where one has a true starting or O point on the x-sca