BioeconomicParams: Constructor for the 'BioeconomicParams' class

View source: R/BioeconomicParams-class.R

BioeconomicParamsR Documentation

Constructor for the BioeconomicParams class

Description

A constructor for the BioeconomicParams class.

Usage

BioeconomicParams(file)

Arguments

file

A csv file contatining the input parameters and their values

Details

The file params csv file should contain all parameter values required to run the model (see the BioeconomicParams class definition for a full list of required parameters), the first column containing the parameter names and the second column containing the corresponding values.

Value

An object of type BioeconomicParams

Examples

## Not run: 
params <- BioeconomicParams(file = "params.csv")

## End(Not run)

CefasRepRes/FishRAM documentation built on Feb. 1, 2023, 1:15 a.m.