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
dgrtwo/gganimate documentation built on March 3, 2024, 8:15 a.m.