Description Usage Arguments Value Author(s) Examples
Calculates the doubling time of genome sequencing project releases
1 | doublingTime(x, subset, time = "days", curdate=TRUE)
|
x |
genomes data frame with class 'genomes' |
subset |
logical vector indicating rows to keep |
time |
return doubling time in days (default), months, or years |
curdate |
include the current date in calculation, if false, then default is range of release dates |
the doubling time
Chris Stubben
1 2 3 | data(proks)
doublingTime(proks)
doublingTime(proks, status == 'Contig', time='months')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.