getHistory: Get the history of a spatial object.
Description
Get the history of a spatial object.
Usage
# S4 method for ANY
getHistory(x)# S4 method for geom
getHistory(x)
# S4 method for Raster
getHistory(x)
Arguments
x
the object from which to derive the history.
Value
A list of the events that lead to x
.