Learn R Programming

SPOT (version 2.11.10)

descentSpotRSM: Descent RSM model

Description

Generate steps along the path of steepest descent for a RSM model. This is only intended as a manual tool to use together with buildRSM.

Usage

descentSpotRSM(object)

Arguments

object

RSM model (settings and parameters) of class spotRSM.

Value

list with

x

list of points along the path of steepest descent

y

corresponding predicted values

See Also

buildRSM