Skip to contents

Validate benchmark input dataframes

Usage

bm_validate(model_df, obs_df)

Arguments

model_df

data.frame with columns: time (POSIXct), value (numeric)

obs_df

data.frame with columns: time (POSIXct), value (numeric)

Value

invisible(TRUE)