| plot_sensitivity | R Documentation |
mlrTools
plot_sensitivity(
object,
s = 100,
xlab = paste("x", 1:ncol(object$x), sep = ""),
ylab = "y",
type = "best",
agg.sample = 100,
agg.fun = mean,
...
)
object |
the result list returned by |
s |
number of samples along each dimension. |
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. |
type |
string describing the type of the plot: |
agg.sample |
number of samples for aggregation type (type="agg"). |
agg.fun |
function for aggregation (type="agg"). |
... |
additional parameters (currently unused). |
plotly 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.