View source: R/create_random_alignment.R
| create_random_alignment | R Documentation | 
Create a random alignment
create_random_alignment(n_taxa, sequence_length, rate = 1, taxa_name_ext = "")
n_taxa | 
 The number of taxa  | 
sequence_length | 
 The number of base pairs the alignment will have  | 
rate | 
 mutation rate  | 
taxa_name_ext | 
 the extension of the taxa names  | 
an alignment of class DNAbin
Richèl J.C. Bilderbeek
check_empty_beaustier_folders()
alignment <- create_random_alignment(
  n_taxa = 5,
  sequence_length = 10
)
image(alignment)
remove_beaustier_folders()
check_empty_beaustier_folders()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.