plot {onion}R 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))

[Package onion version 1.5-3 Index]