After calling the function the user will be instructed to enter the step sizes corresponding to the parameters listet in the used model. Step size should allways be of an integer value, as they represent the number of evaluation points per parameter that are used in the grid. Note that in the given function the evaluation points are allways equally spaced concerning the corresponding parameter domain in the used model. Therefor, If one would like to specify the used evaluation points it is advised to specify the domain in the model.

Get_Grid(model = NULL, path = NULL, name = NULL)

Arguments

model

DDModel object

path

character that specifies the full path to the directory in which the Grid should be saved

name

character that represents the name (and subdirectory in path) of the Grid

Value

No direct return value inside of the R-session. The calculated Grid will be saved in the specified path!