match_tstep: Match the timestep of two dataframes

View source: R/match_tstep.R

match_tstepR Documentation

Match the timestep of two dataframes

Description

Match the timestep of two different time series dataframes so they have the same number of steps. Works with long and wide-from data.

Usage

match_tstep(df1, df2)

Arguments

df1

dataframe; Data frame with timestep to be matched with.

df2

dataframe; Data frame with data to be matched to the timestep of df1

Value

Dataframe of observation data subset to the same timestep as modelled data


aemon-j/gotmtools documentation built on April 12, 2024, 4:35 p.m.