R/transformr.R

Defines functions transform_sf transform_polygon transform_path

transform_path <- function(...) {
  check_installed('transformr', 'to tween paths and lines')
  transformr::tween_path(...)
}
transform_polygon <- function(...) {
  check_installed('transformr', 'to tween polygons')
  transformr::tween_polygon(...)
}
transform_sf <- function(...) {
  check_installed('transformr', 'to tween sf layers')
  transformr::tween_sf(...)
}

Try the gganimate package in your browser

Any scripts or data that you put into this service are public.

gganimate documentation built on May 29, 2024, 2:58 a.m.