Displaying 1 result from an estimated 1 matches for "my_rcorrection".
Did you mean:
my_correction
2012 Feb 23
0
resistanceDistance representation
...at_0=0 +lon_0=9 +k=0.9996 +x_0=1500000
+y_0=0 +ellps=intl +towgs84=-225,-65,9,0,0,0,0 +units=m +no_defs
values : conductance
matrix class: dsCMatrix
I applied two different geocorrections to this same transition:
> MY_correction<-geoCorrection(MY_transition,"c",F,scl=T)
> MY_Rcorrection<-geoCorrection(MY_transition,"r",F,scl=T)
My coords are 44 points where samples were taken (some further genetic
analyses are programmed), but i've also tried with only two points:
> coords<-read.csv("coords_md.csv",header=F)
> mycoords<-as.matrix(coords)
&g...