source("MSE.r") b_trigger <- 987654336 FMSY <- 0.17 Pre_harvest_N_at_FMSY <- 62989553000 Post_harvest_N_at_FMSY <- 41490703000 VAR_pre_harvest_N_at_FMSY <- 174766829869530000000 simnr <- 1 # The simulation number. The simulations produce a folder with this # number as part of the name. main_("TAC","FMSY","Supervised",FMSY,Pre_harvest_N_at_FMSY, Post_harvest_N_at_FMSY,VAR_pre_harvest_N_at_FMSY) # The call parameters are ( Regulation type, Target type, Assessment type, # F target value, Assessed stock size, N target value, Uncertainty in assessed # stock size) # Regulation type can be TAC or BQ # Target type can be FMSY or NMSY # Assessment type can be Supervised or Unsupervised plot_management_results()