Description Usage Arguments Value
Function to simulate sample-based estimate of prey source isotopic values for subsequent mixture decomposition.
1 2 3 4 5 6 7 | samplesources(
num_samples,
food,
filename = NULL,
writefile = T,
returnobject = F
)
|
num_samples |
Integer, the number of samples to colect from each prey source |
food |
list object of simulated food sources. |
filename |
name of file to save. Passed to 'savesources'. |
writefile |
boolean, whether to write the csv to file needed by MixSIAR default is TRUE. Passed to 'savesources'. |
returnobject |
boolean, whether to return an object within the current environment, default is FALSE. Passed to 'savesources'. |
Writes a .csv to file containing the sample-based estimates for prey source isotop distribution in 'MixSIAR' format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.