setter-methods: Setter methods.

Description Usage Arguments Author(s)

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
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 madness object.

value

the new value of the tag or derivative.

Author(s)

Steven E. Pav shabbychef@gmail.com


shabbychef/madness documentation built on April 11, 2021, 11:03 p.m.