Description Usage Arguments Value Author(s) Examples
Simulates a light curve from a given power spectrum
1 |
beta |
required numeric: Slope of the PSD for the simulated light curve |
bins |
optional numeric: Number of data points for the simulated light curve, defaults to 1024 |
length |
optional numeric: Observation length, in seconds, for the simulated light curve, defaults to 100000 |
scale.factor |
optional numeric: Scaling factor for the simulated light curve, defaults to 1 |
shift.factor |
optional numeric: Shift factor for the simulated light curve, defaults to 0 |
Simulated light curve data frame with structure: TIME, TIMED, RATE
Derek Blue
1 2 3 4 | ## Not run:
lightcurve <- sim.lc(lightcurve, 100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.