Define_Grid2D_UI {RShinyAux} | R Documentation |
UI function for defining a 2-D Grid
Define_Grid2D_UI(id, nxdef = 100, nydef = 100, nxmin = 10, nymin = 10, nxmax = 400, nymax = 400)
id |
The input slot that will be used to access the value |
nxdef,nydef |
Default number of grid nodes along X and Y axes. |
nxmin,nxmax,nymin,nymax |
Minimum and maximum number of grid nodes along each axis |
None