View source: R/create_samples_selector.R
create_samples_selector | R Documentation |
Create a sample selector. This function is not meant to be used, prefer the named specialized functions instead, which are listed at the 'See Also' section.
create_samples_selector(sample_selector)
sample_selector |
a sample/individual selector, a way to select one or more samples/individuals. See create_samples_selector for all sample selectors. |
Nothing.
Richèl J.C. Bilderbeek
There are multiple sample selectors,
A random samples selector: create_random_samples_selector
A single sample selector: create_single_sample_selector
create_samples_selector(create_test_random_samples_selector())
create_samples_selector(create_test_single_sample_selector())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.