Get the history of a spatial object.
Get the history of a spatial object.
getHistory(x, ...) ## S4 method for signature 'ANY' getHistory(x) ## S4 method for signature 'geom' getHistory(x) ## S4 method for signature 'Raster' getHistory(x)
x |
the object from which to derive the history. |
... |
other arguments. |
A list of the events that lead to x
.
library(tibble) library(magrittr) geom <- tibble(x = c(40, 70, 70, 50), y = c(40, 40, 60, 70)) %>% gs_polygon() %>% gt_reflect(angle = 45) getHistory(x = geom) getHistory(x = gtRasters)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.