# NOT RUN {
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)
# }
Run the code above in your browser using DataLab