I'm trying to access and update a particular element of a matrix to update it

for example in R,

mat=matrix(0,nrow=2,ncol=2)
mat[0,0]= mat[0,0]+1

How do I do this in rpy2
do I have to use the low-level interface or can I use high-level interface

-- 
Sancar Adali
Johns Hopkins University
Graduate Student

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to