plot_compare() is an alias of plot_difference(). It is
not deprecated: tna::plot_compare() delegates to it by name
(cograph::plot_compare(x, y, ...)), so the alias is part of the
tna integration and must keep working. New cograph code may prefer the
plot_difference() name; both call the same implementation.
Arguments
- x
First network (see
plot_difference).- ...
Arguments passed to
plot_difference.
Value
Invisibly, the value of plot_difference.

