R/tween_before_stat.R

Defines functions tween_before_stat.default tween_before_stat

Documented in tween_before_stat

#' Define if layers should be tweened before stats are calculated
#'
#' @param x a Layer, Geom, or Stat
#' @keywords internal
#' @export
tween_before_stat <- function(x) UseMethod('tween_before_stat')
#' @export
tween_before_stat.default <- function(x) FALSE

Try the gganimate package in your browser

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

gganimate documentation built on Sept. 8, 2022, 5:09 p.m.