onion (version 1.2-7)

Conj.onion: Onionic conjugation

Description

Returns the conjugate of an onionic vector

Usage

# S3 method for onion
Conj(z)

Arguments

z

An onionic vector

Details

The method is common to all onions: Im(x) <- -Im(x)

Examples

Run this code
# NOT RUN {
a <- roct(5)
Conj(a)
# }

Run the code above in your browser using DataCamp Workspace