Learn R Programming

madness (version 0.1.0)

setter: Setter methods.

Description

Modify slot data of a madness object. Note that the value and the derivative cannot easily be changed, as allowing this form of access would likely result in badly computed derivatives.

Usage

xtag(x) <- value

## S3 method for class 'madness': xtag(x) <- value

vtag(x) <- value

## S3 method for class 'madness': vtag(x) <- value

varx(x) <- value

## S3 method for class 'madness': varx(x) <- value

Arguments

x
a madness object.
value
the new value of the tag or derivative.