SineGaussian | R Documentation |
This function generates data with a nonlinear sinusoidal dependency based on a Gaussian density envelope.
SineGaussian(N, a = 1, d = 0)
N |
Integer. Sample size. |
a |
Numeric. Frequency parameter of the sine function. Default is 1. |
d |
Numeric. Strength of dependency between X and Y. Default is 0. |
A data frame with columns Z, X, and Y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.