onion (version 1.2-7)

plot.onion: Plot onions

Description

Plotting method for onionic vectors

Usage

# S3 method for onion
plot(x, ...)

Arguments

x

Onionic vector

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.

Examples

Run this code
# NOT RUN {
plot(roct(30))
# }

Run the code above in your browser using DataLab