islogscale {blackbox}R Documentation

Test for parameter log scale

Description

This tests whether a log scale is used for a parameter.

Usage

islogscale(string, scale = blackbox.getOption("FONKgScale"),
           extraScale = blackbox.getOption("extraScale"))

Arguments

string

Name of the parameter tested

scale

A vector of scales for parameters of the smoothed object (i.e. parameters in blackbox.getOption("FONKgNames"), see Details in blackbox.options).

extraScale

A vector of scales for additional transformed parameters not in blackbox.getOption("FONKgNames").

Value

A boolean.


[Package blackbox version 1.1.46 Index]