onion (version 1.5-0)

plot: Plot onions

Description

Plotting method for onionic vectors

Usage

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

Value

Called for its side-effect of plotting a diagram

Arguments

x,y

Onions

...

Further arguments passed to plot.default()

Author

Robin K. S. Hankin

Details

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

Examples

Run this code
plot(roct(30))

Run the code above in your browser using DataCamp Workspace