prepare_spot_result_plot: Prepare data (results from a tuning run) for plots

View source: R/spotPlot.R

prepare_spot_result_plotR Documentation

Prepare data (results from a tuning run) for plots

Description

Preparation of the list elements used for plotting.

Usage

prepare_spot_result_plot(data, model = buildRanger, modelControl = list(), ...)

Arguments

data

a list containing the various data, e.g., as produced by a spot call.

model

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.

modelControl

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.

Value

list with plotting data and information generated with prepare_data_plot


SPOTMisc documentation built on Sept. 5, 2022, 5:06 p.m.