Skip to contents

get.outs.lut get the outputs from SCOPE model. This code is for a LUT of simulations

Usage

get.outs.lut(data.sim, LUT, path.out, get.plots, nSamples)

Arguments

data.sim

list elements generated by the SCOPE model

LUT

a list of inputs used in the SCOPE model

path.out

path for saving the main files

get.plots

is true, intermediate plots will be generated in Plot folder

nSamples

integer. Number of simulations (rows of LUT/data.sim) to process.

Author

Carlos Camino (Ported version into R)

Examples

if (FALSE) { # \dontrun{
get.outs.lut(data.sim, LUT, path.out, get.plots = TRUE, nSamples = 100)
} # }