s3 method that dispatches plot() on a summary_actor data frame to
plot_actor_stats() so the summary_actor(net) |> plot() idiom works
without the user having to remember the helper name. pass any
plot_actor_stats() argument through ....
Usage
# S3 method for class 'summary_actor'
plot(x, ...)Arguments
- x
a
summary_actordata frame fromsummary_actor().- ...
additional arguments passed to
plot_actor_stats()(e.g.across_actor,specific_stats,specific_actors).