Learn R Programming

pirouette (version 1.6.9)

to_evidence_filename: Converts a filename to an evidence filename

Description

Converts a filename to an evidence filename

Usage

to_evidence_filename(filename)

Value

evidence tree filename

Arguments

filename

the file's name, without the path

Author

Richèl J.C. Bilderbeek

Examples

Run this code
filename <- "beast2_output.xml.state"
# beast2_output_evidence.xml.state
to_evidence_filename(filename)

Run the code above in your browser using DataLab