mixsiar_save: Save MixSIAR output in new directory

Description Usage Arguments Value Examples

View source: R/organize.R

Description

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

Usage

1
2
3
4
5
mixsiar_save(
  new_dir = "mixing_model_output",
  isospace_filename = "isospace",
  model_filename = "mixsiar_model.txt"
)

Arguments

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

Value

A subdirectory with the output from a MixSIAR model

Examples

1
2
3
mixsiar_save(new_dir = "main_model",
             isospace_filename = "isospace",
             model_filename = "mixsiar_model.txt")

mncube/mxsrquick documentation built on Dec. 21, 2021, 8:07 p.m.