Plot an alignment stored as a file
plot_alignment_from_file(fasta_filename, title = "")an image.DNAbin
name of a FASTA file. Use get_alignment_id to get the ID of the alignment
the plot title alignment_params <- create_test_alignment_params() alignment <- create_tral_file( phylogeny = ape::rcoal(4), alignment_params = alignment_params ) plot_alignment_from_file(fasta_filename = alignment_params$fasta_filename)