powered by
This function evaluates the first-degree Hermite-Gaussian function with a general center and spread.
HG1(x, mu, sig)
the vector of values at which to evaluate the function
the center parameter of the function
the spread parameter of the function
vector of values of the specified first-degree generalized Hermite-Gaussian function
# NOT RUN { x = seq(50, 60, length.out=100) y = HG1(x, 55, 1) plot(x, y) # }
Run the code above in your browser using DataLab