set-ViSibook-method {ViSiElse} | R Documentation |
Method set for ViSibook object.
Description
Method set for ViSibook object.
Usage
## S4 replacement method for signature 'ViSibook,numeric,numeric,ANY'
x[i, j] <- value
## S4 replacement method for signature 'ViSibook,missing,numeric,ANY'
x[i, j] <- value
## S4 replacement method for signature 'ViSibook,numeric,missing,ANY'
x[i, j] <- value
Arguments
x |
a ViSibook object. |
i |
a numeric. |
j |
a numeric. |
value |
object to allocate. |
Value
a ViSibook object.
See Also
[Package ViSiElse version 1.2.2 Index]