Define_Grid2D {RShinyAux}R Documentation

Server function for defining a 2-D Grid

Description

Server function for defining a 2-D Grid

Usage

Define_Grid2D(input, output, session)

Arguments

input,output

The arguments input and output are usual server arguments (list-like objects). The input stores the current values of all of the widgets in the app, while the output contains all of the code needed to update the R objects in the app.

session

The session object is an environment that can be used to access information and functionality relating to the session.

Value

A db-class organized as a regular 2-D grid.

See Also

Define_Grid2D_UI, closest.node


[Package RShinyAux version 1.0.0 Index]