gauss: Generate a Gaussian fit

View source: R/gauss_func.r

gaussR Documentation

Generate a Gaussian fit

Description

Generate a Gaussian fit with given parameters.

Usage

gauss(a, b, c, t)

Arguments

a

amplitute.

b

phase shift.

c

standard deviation.

t

time at which to fit.

Value

value of Gaussian function


MethodOpt documentation built on Oct. 7, 2024, 1:19 a.m.