File: match_shapes.R

package info (click to toggle)
r-cran-gganimate 1.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,876 kB
  • sloc: sh: 13; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#' @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