class-demand | R Documentation |
An S4 class to declare a demand in the model
name
character. Name of the demand.
desc
character. Optional description of the demand for reference.
commodity
character. Name of the commodity for which the demand will be specified.
unit
character. Optional unit of the commodity.
dem
data.frame. Specification of the demand.
character. Name of region for the demand value. NA for every region.
integer. Year of the demand. NA for every year.
character. Name of the slice for the demand value. NA for every slice.
numeric. Value of the demand.
region
character. Optional name of region to narrow the specification of the demand in the case of used NAs. Error will be returned if specified regions in @dem
are not mensioned in the @region
slot (if the slot is not empty).
misc
list. Optional list of additional information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.