setter {madness} | R Documentation |
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
## S4 replacement method for signature 'madness'
xtag(x) <- value
vtag(x) <- value
## S4 replacement method for signature 'madness'
vtag(x) <- value
varx(x) <- value
## S4 replacement method for signature 'madness'
varx(x) <- value
Arguments
x |
a |
value |
the new value of the tag or derivative. |
Author(s)
Steven E. Pav shabbychef@gmail.com
[Package madness version 0.2.8 Index]