Description Usage Arguments Value
Wrapper to sample the feasible set for a single site within a larger dataset; used to interface between the drake plan and sample_fs
.
1 2 3 4 5 6 7 8 | sample_fs_wrapper(
dataset,
site_name,
singletonsyn,
n_samples,
p_table = NULL,
seed = NULL
)
|
dataset |
Full dataset - potentially including numerous sites |
site_name |
Which site within the dataset |
singletonsyn |
T/F Whether to use the version that has been adjusted for rarefaction |
n_samples |
How many samples to draw. See |
p_table |
Optionally, pass the p-table to avoid having to regenerate it |
seed |
pass a seed for reproducibility |
Output of sample_fs
for the selected site
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.