foldlc | R Documentation |
This function plots a time series folded on its period.
foldlc(file, f1, plot = TRUE)
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. |
A matrix whose first column has the folded (phased) observational times.
data(clcep) f1=0.060033386 foldlc(clcep,f1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.