foldTimeseriesFull: Folding timeseries function for sourceid and tag

View source: R/utils.R

foldTimeseriesFullR Documentation

Folding timeseries function for sourceid and tag

Description

Folding timeseries function for sourceid and tag

Usage

foldTimeseriesFull(
  insourceid,
  intag,
  period,
  times,
  values,
  errors,
  referenceTime,
  range = 1.5
)

Arguments

insourceid

sourceid

intag

tag

period

given period

times

vector of obstimes

values

vector of values

errors

vector of errors

referenceTime

reference time for folding

range

range of the folded timeseries

Value

dataframe with folded indexes, phases, magnitudes and errors

Examples

## Not run: 
foldTimeseries(sourcied, tag, period, times, values, errors, referenceTime, range=1.5)

## End(Not run)

yazun/dpcgR documentation built on Feb. 2, 2024, 7:12 p.m.