Description Usage Arguments Details Value See Also
Set additional entries to the history of an object
1 2 3 4 5 6 7 8 9 10 | 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.