plot.onion               package:onion               R Documentation

_P_l_o_t _o_n_i_o_n_s

_D_e_s_c_r_i_p_t_i_o_n:

     Plotting method for onionic vectors

_U_s_a_g_e:

     ## S3 method for class 'onion':
     plot(x, ...)

_A_r_g_u_m_e_n_t_s:

       x: Onionic vector

     ...: Further arguments passed to 'plot.default()'

_D_e_t_a_i_l_s:

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

_A_u_t_h_o_r(_s):

     Robin K. S. Hankin

_E_x_a_m_p_l_e_s:

     plot(roct(30))

