API
Back to documentation
Preparing search index...
writeNewick
Function writeNewick
writeNewick
(
tree
:
Tree
,
annotationWriter
?:
(
annotation
:
{
[
key
:
string
]:
any
}
)
=>
string
,
)
:
string
Writes tree in .newick format. Undefined branch lengths set to 0.
Parameters
tree
:
Tree
The tree to write
annotationWriter
:
(
annotation
:
{
[
key
:
string
]:
any
}
)
=>
string
= ...
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Back to documentation
API
Loading...
Writes tree in .newick format. Undefined branch lengths set to 0.