Restore the use of slot() and remove unused import from utils::read.table()
@mpadge: There are some conditions under which x <- x@polygons does not
give the same result as x <- slot (x, "polygons"), and that the latter is
a more stable and thus preferable.