Trevor Wiens <twiens <at> interbaun.com> writes:

> 
> On Tue, 15 May 2007 02:40:55 +0000 (UTC)
> John Owens wrote:
> 
> > Would LOVE to get some help with the "matplot" function.
> 
> General rule. Make sure it works first in R

Yes, I freely admit I was doing the worst kind of trial and guess.
(Also I don't know R at all, which doesn't help.)

> matplot((c(1,2,3),cbind(c(4,5,6),c(7,8,9)))
> 
> r.matplot([1,2,3], r.cbind([4,5,6],[7,8,9]))

So what would be nice is if I could build the data structure 
in python instead of having to use r primitives to put it
together. Is that possible? I'd really like to be able to pass
in a list or list of lists as a python data structure if possible.

JDO


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to