HG1 {rvmethod} | R Documentation |
Evaluate the First-Degree Generalized Hermite-Gaussian Function
Description
This function evaluates the first-degree Hermite-Gaussian function with a general center and spread.
Usage
HG1(x, mu, sig)
Arguments
x |
the vector of values at which to evaluate the function |
mu |
the center parameter of the function |
sig |
the spread parameter of the function |
Value
vector of values of the specified first-degree generalized Hermite-Gaussian function
Examples
x = seq(50, 60, length.out=100)
y = HG1(x, 55, 1)
plot(x, y)
[Package rvmethod version 0.1.2 Index]