DeponsBlockdyn-class {DEPONS2R} | R Documentation |
DeponsBlockdyn-class
Description
Stores objects containing population size for different parts of the landscape (i.e. different 'blocks')
Details
The dyn
slot contains a data frame with the columns 'tick',
which indicates the number of half-hourly time steps since the start of the
simulation; a column 'block' indicating the region of the landscape where
animals were counted, a 'count' column with the number of animals in that block
and tick. The 'real.time' column shows the real-world equivalent to 'tick, i.e.
the time that has passed since 'startday'.
Slots
title
Character. Name of the object or simulation
landscape
Character. Identifier for the landscape used in the DEPONS simulations. The landscapes 'DanTysk', 'Gemini', 'Kattegat', 'North Sea', 'Homogeneous', and 'User defined' are distributed with the DEPONS model.
simtime
POSIXlt
object with the date and time when the simulation was finished. This is read from the name of the imput file.startday
POSIXlt object with the first day of the simulation, i.e. the first day in the period that the simulations are intended to represent in the real world.
dyn
Data frame with simulation output.
Note
DeponsBlockdyn-objects are usually read in from csv files produced during DEPONS simulations. These files are named 'PorpoisePerBlock.XXX.csv', where XXX indicates the date and time when the simulation was finished.
See Also
plot.DeponsBlockdyn
and
read.DeponsBlockdyn
.
Examples
a.DeponsBlockdyn <- new("DeponsBlockdyn")
a.DeponsBlockdyn