misc.Rd
Manipulate real or imaginary components of an object
Im(x) <- value Re(x) <- value
Complex-valued object
Real-valued object
Robin K. S. Hankin
x <- 1:10 Im(x) <- 1 x <- 1:5 Im(x) <- 1/x