plot | R Documentation |
Plotting method for onionic vectors
## S4 method for signature 'onion'
plot(x,y, ...)
x , y |
Onions |
... |
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.
Called for its side-effect of plotting a diagram
Robin K. S. Hankin
plot(roct(30))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.