Skip to contents

Filter dataframe of processed MSE data by 'time' column to between times set by `time_horizon`.

Usage

filter_times(data, time_horizon)

Arguments

data

dataframe of processed MSE data

time_horizon

vector of times to filter between. If first element is NA, lower bound will be 1. If second element is NA, upper bound will be maximum value in `time` column of `data`.