Description Usage Arguments Value Examples
Produce bivariate density surface from given parameters and return as array
| 1 | gaussian.spot.mat(par, arr.dim = c(2048, 2048))
 | 
| par | Vector of named parameters | 
| arr.dim | Dimensions of array to be produced. Default is c(2048, 2048). | 
Array of given dimensions containing evaluated surface at each point.
| 1 2 | fitted.spot <- gaussian.spot.ls(pw.m[,,"grey", "160430"], c(A = 15000, x0 = 1024.5, y0 = 1024.5, sig.x = 500, sig.y = 500))
pixel.image(gaussian.spot.mat(fitted.spot$par, arr.dim = c(2048, 2048)))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.