0
我正在使用包raster
,但在嘗試使用函數getData()
時遇到參數錯誤。我直接從文檔中使用示例。例如:光柵包錯誤
require(raster)
getData("GADM", country = 'FRA', level =1)
Error in getData("GADM", country = "FRA", level = 1) :
unused arguments (country = "FRA", level = 1)
getData('ISO3')
Error in UseMethod("getData") :
no applicable method for 'getData' applied to an object of class "character"
有沒有人遇到過這個問題?