HG1: Evaluate the First-Degree Generalized Hermite-Gaussian...

Description Usage Arguments Value Examples

View source: R/hgrv.R

Description

This function evaluates the first-degree Hermite-Gaussian function with a general center and spread.

Usage

1
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

1
2
3
x = seq(50, 60, length.out=100)
y = HG1(x, 55, 1)
plot(x, y)

rvmethod documentation built on Aug. 10, 2020, 5:07 p.m.