R/data.R

#' Table about GDP mix of China provinces in 2015
#'
#'
#' @format A data frame with 11 rows and 7 variables:
#' \describe{
#'   \item{Province}{province}
#'   \item{x}{x axis for the plot, usually wastewater discharge per 10000 GDP}
#'   \item{y}{y axis for the plot, usually water use per 10000 GDP}
#'   \item{GDP}{China GDP 2015}
#'   \item{1st}{GDP of first industry}
#'   \item{2nd}{GDP of second industry}
#'   \item{3rd}{GDP of third industry}
#'   ...
#' }
"GDPmix"


#' Matrix showing complicated management of China's Water Resource
#'
#'
#' @format A data frame with 13 rows and 11 variables:
#' \describe{
#'   ...
#' }
"cm"
Yuanchao-Xu/gferplot documentation built on May 8, 2019, 3:43 p.m.