Description Usage Arguments Value Examples
This function makes it easier to organize output from multiple MixSIAR models by saving the output in a named subdirectory of output's original directory
1 2 3 4 5 | mixsiar_save(
new_dir = "mixing_model_output",
isospace_filename = "isospace",
model_filename = "mixsiar_model.txt"
)
|
new_dir |
name of directory to store output from a MixSIAR model |
isospace_filename |
Name of the isospace plot without the "_1_2" which MixSIAR appends |
model_filename |
Name of the model filename |
A subdirectory with the output from a MixSIAR model
1 2 3 | mixsiar_save(new_dir = "main_model",
isospace_filename = "isospace",
model_filename = "mixsiar_model.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.