FILERigaAutumn: Input text "file" for gulf of Riga autumn planktonic food web

FILERigaAutumnR Documentation

Input text "file" for gulf of Riga autumn planktonic food web

Description

Input text "file" for the Carbon flux Gulf of Riga planktonic food web in autumn as described in Donali et al. (1999).

The Gulf of Riga is a highly eutrophic system in the Baltic Sea

The foodweb comprises 7 functional compartments and two external compartments, connected with 26 flows.

Units of the flows are mg C/m3/day

The "dataset" RigaAutumnFile is included to demonstrate the use of a text input file for food web models.

The original file, RigaAutumn.input can be found in subdirectory ‘web’ of the packages directory

In this subdirectory you will find many foodweb example input files

  • They can be read using Read(file)

  • Or they can be directly solved using Setup(file)

Usage

data(FILERigaAutumn)

Format

vector of character strings as present in the original file

Author(s)

Karline Soetaert <karline.soetaert@nioz.nl>

References

Donali, E., Olli, K., Heiskanen, A.S., Andersen, T., 1999. Carbon flow patterns in the planktonic food web of the Gulf of Riga, the Baltic Sea: a reconstruction by the inverse method. Journal of Marine Systems 23, 251..268.

See Also

LIMRigaAutumn a list containing the linear inverse model specification, generated from file ‘RigaAutumn.input

Examples

print(FILERigaAutumn)

# RigaAutumnInput is a vector of text strings - 
# here it is first converted to a "File" 
# When using the example files in the LIM directory, 
# this first statement is not necessary
## Not run: 
File <- textConnection(FILERigaAutumn)
RigaAutumn.input <- Read(File)

## End(Not run)


LIM documentation built on May 11, 2022, 5:05 p.m.

Related to FILERigaAutumn in LIM...