Learn R Programming

RMCriteria (version 0.2.0)

UpdateRPrometheeArguments: UpdateRPrometheeArguments

Description

Updates slots from RPrometheeArguments objects.

Usage

UpdateRPrometheeArguments(object, element, newValue)

Arguments

object

A RPrometheeArguments object.

element

A character value to indicate which slot is going to be updated. The name must be exactly the same as the name of the argument.

newValue

An object of the class of the element that is being updated. For example, if it is parms, newValue must be a numeric vector.

Details

The updated arguments can be datMat, vecWeights, vecMaximiz, prefFunction, parms, normalize, alphaVector, band, constraintDir or bounds.

See Also

Other RPromethee methods: PrometheeIIIPlot, PrometheeIIPlot, PrometheeIPlot, PrometheeIVPlot, RPrometheeConstructor, RPrometheeIII, RPrometheeII, RPrometheeIVKernel, RPrometheeIV, RPrometheeI, RPrometheeV, SensitivityAnalysis, UpdateRPrometheeAlternatives, WalkingWeightsPlot, plot,RPrometheeI-method