R/gganimate.R

Defines functions layer_type.GeomEdgePath

# We need this so that edge geoms is consider 'points' by gganimate. This is
# safe as all edges have the same number of points. We don't want to depend on
# gganimate so we register it on load
layer_type.GeomEdgePath <- function(x) 'point'
thomasp85/ggraph documentation built on March 11, 2024, 4:46 a.m.