Re: [R] function gstat r with pyhton

2013-05-02 Thread Pascal Oettli
Hi, As you probably noticed, it is r-help list, not python-help list. Regards, Pascal On 05/02/2013 09:38 PM, 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,locations=~coord_x+coord_y, data=ar

[R] function gstat r with pyhton

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