subsample_date | R Documentation |
Sub-sample sequences based on their collection date
subsample_date(sobj, n.subsample, years.exception = NULL, verbose = FALSE)
sobj |
List of sequences as returned by |
n.subsample |
Integer. Size of the subsample. |
years.exception |
Integer vector. Exception years
(sequences from those years will not be sub-sampled).
If no exception, enter |
verbose |
Logical. |
A list of sequences that have been sub-sampled.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.