Learn R Programming

climtrends (version 1.0.6)

FindCommonPeriod: Find the common period between several time series

Description

FindCommonPeriod returns the common period between several time series.

Usage

FindCommonPeriod(vFiles, returnMaxMin=FALSE)

Arguments

vFiles
vector with file names of time series
returnMaxMin
logical, TRUE=the function returns the max and min from all the series

Value

none or a vector (max, min).