Learn R Programming

pirouette (version 1.6.9)

to_twin_filename: Converts true tree filenames to twin tree filenames

Description

Converts true tree filenames to twin tree filenames

Usage

to_twin_filename(filename)

Value

twin tree filename

Arguments

filename

the file's name, without the path

Author

Giovanni Laudanno, Richèl J.C. Bilderbeek

Examples

Run this code

filename <- "beast2_output.xml.state"
# beast2_output_twin.xml.state
to_twin_filename(filename)

Run the code above in your browser using DataLab