plotSensitivity | R Documentation |
Generates a sensitivity plot.
plotSensitivity( 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). |
ggplot2 visualization
plotFunction
,
plotData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.