plot_parallel | R Documentation |
mlrTools
plot_parallel( object, yrange = NULL, yvar = 1, xlab = paste("x", 1:ncol(x), sep = ""), ylab = "y", ... )
object |
the result list returned by |
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). |
plotly parallel coordinate plot ('parcoords') visualization (based on plot_ly
)
plotFunction
, plotData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.