TO BE PRECISED

calendar_input(
  CC,
  purchase,
  path,
  profile,
  p = NULL,
  cal_length = getOption("ava")[["cal_length"]]
)

Arguments

CC

matrix, calendar of input consumption and their amounts. Result of need_resource

purchase

data.frame, input purchase. Result of load_parameter(P[["Input_Purchase"]],...)

path

character, path of farm data

profile

character, profile type.

p

TO BE PRECISED, purchase. Default to NULL.

cal_length

numeric, number of weeks in calendar. Default to getOption("ava")[["cal_length"]].

Value

matrix, evolution of input stocks for each week of the year.