foldlc: Plotting folded light curves

foldlcR Documentation

Plotting folded light curves

Description

This function plots a time series folded on its period.

Usage

foldlc(file, f1, plot = TRUE)

Arguments

file

Matrix with the light curve observations. The first column must have the irregular times, the second column must have the brightness magnitudes and the third column must have the measurement errors.

f1

Frequency (1/Period) of the light curve.

plot

logical; if TRUE, the function returns the plot of folded time series.

Value

A matrix whose first column has the folded (phased) observational times.

Examples

data(clcep)
f1=0.060033386
foldlc(clcep,f1)

iAR documentation built on Nov. 25, 2022, 1:06 a.m.

Related to foldlc in iAR...