Skip to contents

that function merge two time series. For possible same periode, that function calculate a ponderate mean beetween values.

Usage

mergeTimeSeries(obs1, obs2, common_period = NULL)

Arguments

obs1

A vector that contain Q_obs data

obs2

A vector that contain Q_obs data use for completion

common_period

No need to use, it's a function parameter

Value

a new time series with combine from two other time series.