array_factor | R Documentation |
C++ calculation of the array factor
array_factor(wavelength, N, pitch)
wavelength |
wavelength in nm |
N |
half the number of dipoles along one side |
pitch |
pitch in nm |
Brute-force numerical evaluation of the truncated 2D sum of dipole fields in a finite square array
complex array factor
baptiste Auguie
S <- array_factor(seq(400, 600), 10, 500) str(S)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.