create_transmissions_tsv | R Documentation |
Create a transmission matrix file to be used with the CoaTrans. CoaTrans. requires that seeds are included in the file.
create_transmissions_tsv(tm, time_tr, prefix = NULL)
tm |
Transmission matrix as returned using the function get_transmat |
time_tr |
Time of transmission for seeds. The other time of transmission should be provided in the tm dataframe. |
prefix |
Text for prefix to use when saving filename. |
If a prefix is not provided, tsv file will be saved as transmissions.tsv
Write data to tsv file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.