准备数据框变异函数

时间:2019-04-15 15:17:34

标签: r dataframe sp

我想准备一个数据集以制作方差图。但这是行不通的。如何制作x和y列的非数字空间点数据集?

library(sp)
head(data)   

   x       y    R
   3695.99 1713.02 1.85
   2    3696.99 1712.98 1.32
   3    3697.99 1712.95 0.92
   4    3699.02 1713.05 0.70
   5    3700.02 1713.01 0.44
   6    3701.02 1712.97 0.26



   > coordinates(data) <- ~ x + y
  Error in .local(obj, ...) : 
   cannot derive coordinates from non-numeric matrix

0 个答案:

没有答案