R/aaa-.R

# OSMOSE (Object-oriented Simulator of Marine Ecosystems)
# http://www.osmose-model.org
#
# Copyright (C) IRD (Institut de Recherche pour le Développement) 2009-2020
#
# Osmose is a computer program whose purpose is to simulate fish
# populations and their interactions with their biotic and abiotic environment.
# OSMOSE is a spatial, multispecies and individual-based model which assumes
# size-based opportunistic predation based on spatio-temporal co-occurrence
# and size adequacy between a predator and its prey. It represents fish
# individuals grouped into schools, which are characterized by their size,
# weight, age, taxonomy and geographical location, and which undergo major
# processes of fish life cycle (growth, explicit predation, additional and
# starvation mortalities, reproduction and migration) and fishing mortalities
# (Shin and Cury 2001, 2004).
#
# Contributor(s):
# Yunne SHIN (yunne.shin@ird.fr),
# Morgane TRAVERS (morgane.travers@ifremer.fr)
# Ricardo OLIVEROS RAMOS (ricardo.oliveros@gmail.com)
# Philippe VERLEY (philippe.verley@ird.fr)
# Laure VELEZ (laure.velez@ird.fr)
# Nicolas Barrier (nicolas.barrier@ird.fr)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation (version 3 of the License). Full description
# is provided on the LICENSE file.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.


#' @import graphics
NULL
#' @import grDevices
NULL
#' @importFrom stats median sd quantile setNames dlnorm dnorm qnorm
NULL
#' @importFrom utils read.csv read.table write.table tail write.csv head packageVersion read.csv2 type.convert
NULL
#' @importFrom R.utils getRelativePath
NULL
#' @importFrom rlist list.merge
NULL
#' @importFrom stringr str_split str_trim str_sub str_locate
NULL
#' @importFrom rmarkdown render
NULL
#' @importFrom knitr knit
NULL
#' @importFrom ncdf4 nc_open nc_close ncvar_put ncvar_get ncvar_put nc_create ncdim_def ncatt_get ncvar_def ncatt_put
NULL
#' @importFrom mgcv gam
NULL
#' @importFrom stats predict approx splinefun weighted.mean
NULL
#' @importFrom fields image.plot tim.colors
NULL
#' @importFrom calibrar calibrate
NULL
osmose-model/osmose documentation built on Feb. 16, 2023, 5 a.m.