Plot onions
Plotting method for onionic vectors
## S4 method for signature 'onion' plot(x,y, ...)
x,y
: Onions...
: Further arguments passed to plot.default()
The function is plot(Re(x), Mod(Im(x)), ...)
, and thus behaves similarly to plot()
when called with a complex vector.
Called for its side-effect of plotting a diagram
Robin K. S. Hankin
plot(roct(30))