returns a ggplot built from the per-period plot.netify() output,
with gganimate::transition_manual() keyed on the time variable
so the animation steps through each period. requires the
gganimate package.
Arguments
- netlet
a longitudinal netify object (
longit_array/longit_list).- ...
additional arguments passed to
plot.netify()(node_color_by,node_size_by,style, etc.).- static_actor_positions
logical. if
TRUE(default for animation since positions jumping around between periods is visually confusing), pin node positions across time.