Skip to content
Prev 366155 / 398502 Next

setAs: does it overwrite existing coerce methods?

You probably should have asked this on R-sig-geo. Technically, recent versions of R require that packages import dependencies, so your new function should not be called from within any packages. 

I am not an expert with the sp package but I would be concerned that if you passed your modified objects to existing package functions that they might not work if they assume the data are sorted the other way. Are you sure you cannot re-extract the data at the point when you need it sorted the other way?