Define_Vario2D {RShinyAux} | R Documentation |
Server function for defining a 2-D Experimental Variogram
Define_Vario2D(input, output, session)
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. |
A list containing all the calculation parameters used to establish an experimental variogram, i.e.:
dirvect The list of directions
nlag The number of lags (same for all directions)
lag The lag value (same for all directions)
toldis Tolerance on the distance (as a percentage of the lag)
tolang Tolerance on the diretion
cylrad The radius of an additional cylindrical search
Define_Vario2D_UI
, calculateVarioFromEnv