View source: R/read_final_nD_master.R
| read.final_nD_master | R Documentation | 
A function to read and inspect the sweep.final_nD master files and obtain a master formatted list.
read.final_nD_master(workdir, final_nD_master_file, isobxr_master_file)
| workdir | Working directory of isobxr excel master file and where output files will be stored if exported by user. (character string) | 
| final_nD_master_file | Name of sweep.final_nD excel master file. (without file "xlsx" extension). | 
| isobxr_master_file | Name of isobxr excel master file. (without file "xlsx" extension). Default is "0_ISOBXR_MASTER". | 
List contains:
param_space data frame of shuffled all combinations of all parameters values.
sweep.DEFAULT data frame of default run conditions 
(flux and coeff lists, t_max, chunk size)
sweep_lists_ids list of names of swept parameters
List of formatted sweep.final_nD master inputs
read.final_nD_master(workdir = "/Users/username/Documents/1_ABC_tutorial",
                     final_nD_master_file = "0_SWEEP_FINnD_demo",
                     isobxr_master_file = "0_ISOBXR_MASTER")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.