R/zone_grid_df.R

#' zone_grid_df
#' 
#' A dataframe of zone values and areas for all CMIP6 grid cells
#' 
#' @format A dateframe with 169584 rows and 4 columns.
#' @source https://doi.org/10.20383/103.0829
#' @details 
#' Variables: 
#' \describe{
#' \item{long}{Longitude}
#' \item{lat}{Latitude}
#' \item{zone}{Zone (0-9)}
#' \item{area}{Grid cell area km\eqn{^2}{^2}}
#' }
#' 
"zone_grid_df"
NULL

Try the CMIP6VisR package in your browser

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

CMIP6VisR documentation built on April 12, 2025, 1:54 a.m.