Preparation of the list elements used for plotting.
prepare_spot_result_plot(data, model = buildRanger, modelControl = list(), ...)list with plotting data and information generated with prepare_data_plot
a list containing the various data, e.g., as produced by a spot call.
a function that can be used to build a model based on the data, e.g. : buildRanger
or buildKriging. Default is buildRanger, since it is fast and robust.
a list of control settings for the respective model. Default is an empty list (use default model controls).
additional parameters passed to prepare_data_plot:
namesx, namesy, nameslog character vectors providing names for x, y and logInfo data.