plot.onion {onion} | R Documentation |
Plotting method for onionic vectors
## S3 method for class 'onion' plot(x, ...)
x |
Onionic vector |
... |
Further arguments passed to |
The function is plot(Re(x), Mod(Im(x)), ...)
, and thus
behaves similarly to plot()
when called with a complex vector.
Robin K. S. Hankin
plot(roct(30))