Set additional entries to the history of an object
Set additional entries to the history of an object
setHistory(x, history, ...) ## S4 method for signature 'ANY' setHistory(x) ## S4 method for signature 'geom' setHistory(x, history = NULL) ## S4 method for signature 'RasterLayer' setHistory(x, history = NULL)
x |
the object for which to set the coordinate reference system. |
history |
[ |
... |
other arguments. |
Both, objects of class geom
and Raster*
have the slot
@history
, which contains the provenance of that object. With
setHistory
, that provenance can be updated, based on the
modification the object has been exposed to. This happens automatically for
all geometry operations that come with geometr
.
The object x
where the history slot has been updated.
Other setters:
setCRS()
,
setFeatures()
,
setGroups()
,
setWindow()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.