R/data.R

#' Carbon emission data for energy decomposition analysis.
#'
#' @name CarbonEmission
#' @format \code{carbon}: A data frame of carbon emissions from multiple types 
#' of fuels and building sectors.
#' \code{energy}: A data frame energy consumptions from multiple types 
#' of fuels and building sectors.
#' \code{buildingarea}: A data frame of annual building areas.
#' \code{factordata}: A list of data frames of factors of carbon emission changes.
#' @docType data
#' @author Yongze Song \email{yongze.song@postgrad.curtin.edu.au}
#' @keywords Carbon Emission
"carbon"
#' @rdname CarbonEmission
"energy"
#' @rdname CarbonEmission
"buildingarea"
#' @rdname CarbonEmission
"factordata"

Try the EDA package in your browser

Any scripts or data that you put into this service are public.

EDA documentation built on March 26, 2020, 7:57 p.m.