Learn R Programming

goldfish (version 1.6.10)

defineGlobalAttribute: Define a global time-varying attribute

Description

This function allows to define a global attribute of the nodeset (i.e a variable that is identical for each node but changes over time).

Usage

defineGlobalAttribute(global)

Value

an object of class global.goldfish

Arguments

global

a data frame containing all the values this global attribute takes along time.

Details

For instance, seasonal climate changes could be defined as a changing global attribute. Then, this global attribute can be linked to the nodeset by using linkEvents()

Examples

Run this code
seasons <- defineGlobalAttribute(data.frame(time = 1:12, replace = 1:12))

Run the code above in your browser using DataLab