plot: Plot onions

plotR Documentation

Plot onions

Description

Plotting method for onionic vectors

Usage

## S4 method for signature 'onion'
plot(x,y, ...)

Arguments

x, y

Onions

...

Further arguments passed to plot.default()

Details

The function is plot(Re(x), Mod(Im(x)), ...), and thus behaves similarly to plot() when called with a complex vector.

Value

Called for its side-effect of plotting a diagram

Author(s)

Robin K. S. Hankin

Examples

plot(roct(30))

RobinHankin/onion documentation built on April 15, 2024, 8:55 a.m.