Define_Grid2D_UI {RShinyAux}R Documentation

UI function for defining a 2-D Grid

Description

UI function for defining a 2-D Grid

Usage

Define_Grid2D_UI(id, nxdef = 100, nydef = 100, 
								 nxmin = 10, nymin = 10, nxmax = 400, nymax = 400)

Arguments

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

Value

None

See Also

Define_Grid2D, closest.node


[Package RShinyAux version 0.1.0 Index]