Re: [Rpy] R gstat python

2013-05-02 Thread Laurent Gautier
Just evaluate it from rpy2. http://rpy.sourceforge.net/rpy2/doc-2.3/html/introduction.html#evaluating-r-code Best, L. On 2013-05-02 15:13, Enzo Cocca wrote: hi, can someone help me to put this code R in python ? library(gstat) VGM_PARAM_A3 <- gstat(id="bos_bison", formula=combusto~1,location

[Rpy] R gstat python

2013-05-02 Thread Enzo Cocca
hi, can someone help me to put this code R in python ? library(gstat) VGM_PARAM_A3 <- gstat(id="bos_bison", formula=combusto~1,locations=~coord_x+coord_y, data=archezoology_table, nmax = 10) VGM_PARAM_A3 <- gstat(VGM_PARAM_A3, "calcinati", strie~1, locations=~coord_x+coord_y, archezoology_table