r2dii_colours {r2dii.plot} | R Documentation |
Colour datasets
Description
All datasets have at least two columns:
-
label
: Text label of the colour. -
hex
: Hex code of the colour.
Usage
palette_colours
scenario_colours
sector_colours
technology_colours
Format
An object of class tbl_df
(inherits from tbl
, data.frame
) with 9 rows and 2 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 5 rows and 2 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 8 rows and 2 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 18 rows and 3 columns.
Details
In scenario_colours
, colours are ordered from red to green to be used in
trajectory charts.
See Also
Other datasets:
market_share
,
sda
Examples
palette_colours
scenario_colours
sector_colours
technology_colours
[Package r2dii.plot version 0.4.0 Index]