Skip to content

Plotting matrix rows with lattice graphics?

4 messages · Ron Bonner, Henrique Dallazuanna, Deepayan Sarkar

#
Maybe:

xyplot(values ~ ind|ind, data = stack(split(m, 1:4)))
On 24/03/2008, Ron Bonner <arbi56 at gmail.com> wrote:

  
    
#
On 3/25/08, Ron Bonner <arbi56 at gmail.com> wrote:
Also, take a look at ?as.data.frame.table, which should help you
create a suitable data frame directly.

-Deepayan