R/match_shapes.R

Defines functions match_shapes.StatContour match_shapes.default match_shapes

Documented in match_shapes

#' @rdname layer_type
#'
#' @export
match_shapes <- function(x) {
  UseMethod('match_shapes')
}
#' @export
match_shapes.default <- function(x) NULL
#' @export
match_shapes.StatContour <- function(x) FALSE
thomasp85/gganimate documentation built on Feb. 29, 2024, 11:16 p.m.