manager_user_budgets: Manager and user budgets

View source: R/initialise.R

manager_user_budgetsR Documentation

Manager and user budgets

Description

Initialise manager and user budgets

Usage

manager_user_budgets(
  agents,
  manager_budget = 1000,
  user_budget = 1000,
  usr_budget_rng = 0,
  budget_col = 17
)

Arguments

agents

The agents array

manager_budget

The budget of a manager

user_budget

What is the budget of a user

usr_budget_rng

Uniform range of users budgets

budget_col

Column where the budget is located

Value

An updated agents data frame with correct budgets


GMSE documentation built on June 16, 2022, 9:05 a.m.