# NOT RUN {
data(SDgreedy)
curve_greedy1 = optimisationCurve(
optSD = SDgreedy,
type = "greedy")
data(SDgenetic)
curve_genetic1 = optimisationCurve(
optSD = SDgenetic,
type = "genetic")
data(SDglobal)
curve_global1 = optimisationCurve(
optSD = SDglobal,
type = "global")
data(SDmanual)
curve_manual1 = optimisationCurve(
optSD = SDmanual,
type = "manual")
data(SDssa)
curve_ssa1 = optimisationCurve(
optSD = SDssa,
type = "ssa")
# }
# NOT RUN {
# generates a file
curve_global1 = optimisationCurve(
optSD = SDglobal,
type = "global",
nameSave = "optSD_global",
width = 600, height = 300)
# }
Run the code above in your browser using DataLab