unpack.field | R Documentation |
unpack.field takes a vector and produces a 2D array.
unpack.field(phi, nx, ny)
phi |
Tabulated function |
nx |
Number of grid cells in the x direction |
ny |
Number of grid cells in the y direction |
length(phi) must equal nx * ny.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.