Installation

For information on how to install Julia and PhyloNetworks, see here PhyloPlots depends on PhyloNetworks, and has further dependencies like RCall

To install PhyloPlots in the Julia REPL, enter package mode with ], and:

add PhyloPlots

Or in julian mode:

using Pkg
Pkg.add("PhyloPlots")