Click or drag to resize
IPhylogeneticTreeFormatterFormat Method
Writes a PhylogeneticTree to the location specified by the writer.

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
void Format(
	Stream stream,
	Tree tree
)

Parameters

stream
Type: System.IOStream
The Stream used to write the formatted Phylogenetic Tree text.
tree
Type: Bio.PhylogeneticsTree
PhylogeneticTree to format.
See Also