Click or drag to resize
NewickFormatterFormat Method
Writes a PhylogeneticTree to the writer.

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

Parameters

stream
Type: System.IOStream
The Stream used to write the formatted Phylogenetic tree text, it will remain open.
tree
Type: Bio.PhylogeneticsTree
PhylogeneticTree to format.

Implements

IPhylogeneticTreeFormatterFormat(Stream, Tree)
See Also