Usage
plot_NparOF(params, gofs, param.names=colnames(params), MinMax=c("min", "max"),
nrows="auto", gof.name="GoF", main=paste(gof.name, "Surface"),
GOFcuts="auto", colorRamp= colorRampPalette(c("darkred", "red",
"orange", "yellow", "green", "darkgreen", "cyan")), points.cex=0.7,
alpha=1, axis.rot=c(0, 0), verbose=TRUE)
Arguments
params
matrix or data.frame with the parameter values
gofs
numeric with the values of goodness-of-fit values for each one of the parameters in params
(in the same order!)
param.names
character, names for the parameters in params
that have to be plotted (param.names
can be a subset of params
)
MinMax
character, indicates whether the optimum value in gofs
corresponds to the minimum or maximum of the objective function. Valid values are in: c('min', 'max')
nrows
numeric, number of rows to be used in the plotting window
If nrows='auto'
the number of columns is automatically computed depending on the number of parameters in params
gof.name
character, name of the objective function to be plotted. It has to correspond to the name of one column of params
main
character, title for the plot
GOFcuts
numeric, specifies at which values of the objective function gof.name
the colours of the plot have to change
If GOFcuts="auto"
, the interval for colours change are defined by the five quantiles of the objective function computed
colorRamp
R function defining the colour ramp to be used for colouring the pseudo-3D dotty plots of Parameter Values, OR character representing those colours
points.cex
size of the points to be plotted
alpha
numeric between 0 and 1 representing the transparency level to apply to colorRamp
, 0 means fully transparent and 1 means opaque
axis.rot
numeric vector of length 2 representing the angle (in degrees) by which the axis labels are to be rotated, left/bottom and right/top, respectively.
verbose
logical; if TRUE, progress messages are printed