Description Usage Arguments Details Value Author(s) Examples
Makes a 1D or 2D gauss curve
1 | GAUSS_FUNCTION(sigx, sigy = NULL, xo = 0, yo = 0, one_D = FALSE, int_norm = FALSE)
|
sigx |
sigma in the x direction |
sigy |
sigma in the y direction |
xo |
offset in the x direction |
yo |
offset in the y direction |
one_D |
If one_D is TRUE a one dimesional gauss curve is returned. |
int_norm |
Normalizes the integrated gauss (keeps equal erea under the curve) |
Makes the 2D gauss curve that is used in the SMLMR function
Returns a matrix with a 2D gauss curve
Optical Imaging Centre ErasmusMC Rotterdam
1 2 | GAUSS_FUNCTION(3)
GAUSS_FUNCTION(sigx=3,sigy=6,xo=0.5,yo=0.6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.