| class-import | R Documentation |
Use newImport to create a new import object.
Constructor for import object.
Import object adds an "external" source of commodity to the model.
The RoW is not modeled explicitly as a region, export and import objects
define and control the exchange with the RoW. The operation is similar to
the demand object, but the two ideas distinguishes between internal
and external final consumption.
This exchange can be exogenously defined (imp.fx) or optimized by the model
within the given limits (imp.lo, imp.up). The price column is used to
define the price of the imported commodity.
"Reserve" sets the total amount that can be imported over the model horizon.
namecharacter. Name of the import object, used in sets.
desccharacter. Description of the import object.
commoditycharacter. Name of the imported commodity.
unitcharacter. Unit of the imported commodity.
reservenumeric. Total accumulated limit through the model horizon.
impdata.frame. Import parameters.
character. Region name to apply the parameter; use NA to apply to all regions.
integer. Year to apply the parameter; use NA to apply to all years.
character. Time slice to apply the parameter; use NA to apply to all slices.
numeric. Lower bound on the import volume.
numeric. Upper bound on the import volume.
numeric. Fixed import volume, ignored if NA. This parameter overrides imp.lo and imp.up.
misclist. Additional information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.