This tests whether a log scale is used for a parameter.
islogscale(string, scale = blackbox.getOption("FONKgScale"),
extraScale = blackbox.getOption("extraScale"))
A boolean.
Name of the parameter tested
A vector of scales for parameters of the smoothed object (i.e. parameters in blackbox.getOption("FONKgNames")
, see Details in blackbox.options
).
A vector of scales for additional transformed parameters not in blackbox.getOption("FONKgNames")
.