getP {Brobdingnag} | R Documentation |
Get and set methods for brob objects
Description
Get and set methods for brobs: sign and value
Usage
getP(x)
getX(x)
sign(x) <- value
Arguments
x |
Brobdingnagian object |
value |
In function |
Author(s)
Robin K. S. Hankin
See Also
Examples
x <- as.brob(-10:10)
sign(x) <- TRUE
[Package Brobdingnag version 1.2-9 Index]