remind_timesteps: REMIND time steps

remind_timestepsR Documentation

REMIND time steps

Description

A data frame containing the weights with which years contribute to specific periods.

Usage

remind_timesteps

Author(s)

Michaja Pehl

Examples

require(tidyverse)

remind_timesteps %>%
    filter(period %in% c(2055, 2060, 2070)) %>%
    spread(period, weight, fill = 0) %>%
    print(n = Inf)


pik-piam/quitte documentation built on April 26, 2024, 12:58 a.m.