plot_parallel: Parallel coordinate plot of a data set

View source: R/spotPlot.R

plot_parallelR Documentation

Parallel coordinate plot of a data set

Description

mlrTools

Usage

plot_parallel(
  object,
  yrange = NULL,
  yvar = 1,
  xlab = paste("x", 1:ncol(x), sep = ""),
  ylab = "y",
  ...
)

Arguments

object

the result list returned by spot, importantly including a modelFit, and the data x, y.

yrange

a two-element vector that specifies the range of y values to consider (data outside of that range will be excluded).

yvar

integer which specifies the variable that is displayed on the color scale. yvar==1 (default) means that the y-variable is shown (tuned measure). Larger integers mean that respective columns from logInfo are used (i.e., yvar specifies the respective column number, starting with 2 for the first logged value).

xlab

a vector of characters, giving the labels for each of the two independent variables.

ylab

character, the value of the dependent variable predicted by the corresponding model.

...

additional parameters (currently unused).

Value

plotly parallel coordinate plot ('parcoords') visualization (based on plot_ly)

See Also

plotFunction, plotData


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