Convert your points to UTM first using Rgdal, for example: dir <- 'C:/your/path' setwd(dir)#set working directory pointfile <- 'points.csv' data ...
確定! 回上一頁