LBLayout-class: Class "LBLayout" - grid layout structure

Description Objects from the Class Slots Methods Note See Also Examples

Description

This class is used to specify the spatial (or structural) arrangement of the populations. Currently only a grid layout is handled.

Objects from the Class

Objects can be created by calls of the form new("LBLayout", ...).

Slots

S0:

Object of class "matrix" A matrix specifying the number of initially susceptible in each unit.

E0:

Object of class "matrix" A matrix specifying the number of initially exposed in each unit.

Methods

layoutAsDataFrame

signature(object = "LBLayout"): Returns a data frame containing the columns "u", "x", "y", "S" and "E"

layoutMatrixes

signature(object = "LBLayout"): provides a list with S0 and E0 in matrix form

show

signature(object = "LBLayout"): as usual

summary

signature(object = "LBLayout"): as usual

Note

Currently, LadyBug is not able to handle more than one initially exposed. This will change in the near future.

See Also

See also LBExperiment-class.

Examples

1

RLadyBug documentation built on May 2, 2019, 5:50 p.m.