Learn R Programming

betalink (version 2.2.1)

network_betaplot: Plot a network with species and interactions highlighted

Description

Plot differences between two networks

Usage

network_betaplot(n1, n2, na = "#2ca02c", nb = "#1f77b4", ns = "grey", ...)

Arguments

n1
a network
n2
a second network
na
color of items unique to network 1
nb
color of items unique to network 2
ns
color of shared items
...
additional arguments to be passed to plot

Value

Nothing