dataset_sincos_generate | R Documentation |
Sin-Cos data set generator. This function generates a set of sine and cosine time series. This function is used as example of the package application.
dataset_sincos_generate( num_sin_series = 25, num_cos_series = 25, x_max = 8 * pi, ts_length = 100, jitter_amount = 0.1, return_x_values = FALSE )
num_sin_series |
Integer. Number of sine time series |
num_cos_series |
Integer. Number of cosine time series |
x_max |
Float. Max x value in sin(x) or cor(x). |
ts_length |
Integer. Time series length. |
jitter_amount |
Float. The total amount of jitter added to each time series. |
return_x_values |
Boolean. If positive, returns a list of data frames with x and y values. |
A list with all time series. First the num_sin_series sine time series followed by the num_cos_series cosine time series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.