R/OM_2d_Fleet_Capital_Dynamics.R

Defines functions fixedCapital

#-------------------------------------------------------------------------------
#                     INVESTMENT DYNAMIC FUNCTIONS
#  * This functions could change capacity and catchability slots.
#  * They work/update only one fleet in each call to the function. 
#
#    - 'fixedCapital' - The capacity and catchability are given as input, 
#                   just return the object as it is.
#
# Dorleta GarcYYYa
# Created: 01/12/2010 11:43:09
# Changed:01/12/2010 11:43:04
#-------------------------------------------------------------------------------


#-------------------------------------------------------------------------------
# fixedCapital(fleets, fleets.ctrl, flnm, year = 1, season = 1) 
#-------------------------------------------------------------------------------
fixedCapital <- function(fleets, covars, fleets.ctrl, flnm, year = 1, season = 1,...){
    return(list(fleets = fleets, covars = covars))
}

Try the FLBEIA package in your browser

Any scripts or data that you put into this service are public.

FLBEIA documentation built on May 2, 2019, 5:17 p.m.