foldlc {iAR} | R 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)
[Package iAR version 1.2.0 Index]