【发布时间】:2017-02-19 19:39:35
【问题描述】:
我正在使用包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"
有人遇到过这个问题吗?
【问题讨论】: