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,
...
)
ggplot2 visualization
the result list returned by
spot
, importantly including a modelFit
, and the data x
, y
.
number of samples along each dimension.
a vector of characters, giving the labels for each of the two independent variables.
character, the value of the dependent variable predicted by the corresponding model.
string describing the type of the plot:
"best"
(default) shows sensitivity around optimum,
"contour"
,
number of samples for aggregation type (type="agg").
function for aggregation (type="agg").
additional parameters (currently unused).
plotFunction
,
plotData