misc: Manipulate real or imaginary components of an object

miscR Documentation

Manipulate real or imaginary components of an object

Description

Manipulate real or imaginary components of an object

Usage

Im(x) <- value
Re(x) <- value

Arguments

x

Complex-valued object

value

Real-valued object

Author(s)

Robin K. S. Hankin

Examples

x <- 1:10
Im(x) <- 1

x <- 1:5
Im(x) <- 1/x



RobinHankin/elliptic documentation built on June 10, 2025, 1:45 a.m.