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