| Complex | R Documentation |
Get or set real and imaginary components of brobs or
glubs.
## S4 method for signature 'glub' Re(z) ## S4 method for signature 'glub' Im(z) ## S4 method for signature 'glub' Mod(z) ## S4 method for signature 'glub' Conj(z) ## S4 method for signature 'glub' Arg(z) Re(z) <- value Im(z) <- value
z |
object of class |
value |
object of class |
Functions Re() and Im() return an object of class
brob; functions Re<-() and Im<-() return an object
of class glub
Robin K. S. Hankin
a <- cbrob(1:10,brob(1e100)) Im(a) <- 11:1 a
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.