Skip to contents

This function regularize the data CFD on a new time interval time_seq

Usage

regularize_time_series_CFD(
  df,
  time_seq = 0:100,
  id_col = "id",
  time_col = "time"
)

Arguments

df

dataframe with one or more different ids

time_seq

New time sequence where we want to regularize

id_col

col_name of df for the id

time_col

col_name of df for the time

Value

a dataframe with the regularized data on time_seq

Author

Francois Bassac