Define_Data2D {RShinyAux} | R Documentation |
Server function for defining a 2-D Data Set
Define_Data2D(input, output, session, flag.facies=FALSE, nfacies=2)
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. |
flag.facies |
When TRUE, the information loaded or generated by tis function is rounded to integer values (such as facies Id). The number of facies is given by the argument 'nfacies'. |
nfacies |
When 'flag.facies' is set to TRUE, this argument gives the maximum value of the data that are stored in the returned 'Db'. |
A db-class
containing the 2-D data set with a single
variable.
Define_Data2D_UI
, closest.data