Generate LUT for SCOPE
getLUT.SCOPE.RdThis function generates samples of a Look-Up Table (LUT) to analyze variations in plant traits required for a specific scope.
Examples
if (FALSE) { # \dontrun{
inputLUT <- read.table(system.file("input", "inputs_SCOPE.csv", package = "SCOPEinR"),
header = TRUE, sep = ",")
getLUT.SCOPE(inputLUT = inputLUT, nLUT = 100, setseed = 123)
} # }