Displaying 1 result from an estimated 1 matches for "asp_slop".
2009 May 05
0
illegal levels in yaImpute() / AsciiGridImpute()
...ascii grids, of course. I included an "xtypes" argument in the
AsciiGridImpute statement, but that did
not help. Some relevant statements are:
xfiles <- list(DEM_10 = "dem_10.asc", EASTING = "easting.asc",
NORTHING = "northing.asc", as = "asp_slop.asc")
AsciiGridImpute(yai_ob, xfiles, outfiles,
xtypes=list("numeric", "numeric", "integer", "character"))
Any insights will be appreciated. I'd particularly like to know how to
gain access to the "invisible" list, VALUE, contain...