getP {Brobdingnag} | R Documentation |
Get and set methods for brobs: sign and value
getP(x) getX(x) sign(x) <- value
x |
Brobdingnagian object |
value |
In function sign<-() , Boolean specifying whehter
the brob object is positive |
Robin K. S. Hankin
x <- as.brob(-10:10) sign(x) <- TRUE