plotHilbertCurve         package:HilbertVis         R Documentation

_P_l_o_t_t_i_n_g _t_h_e _H_i_l_b_e_r_t _c_u_r_v_e (_f_o_r _d_e_m_o_n_s_t_a_t_i_o_n _p_u_r_p_o_s_e_s).

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

     This function plots the Hilbert curve fractal at a chosen
     iteration level in order to give you an impression how it looks
     like.

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

     plotHilbertCurve( lv, new.page = TRUE )

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

      lv: The iteration level. A Hilbert curve of level 'lv' spans a
          square with side length '2^lv' (coordinates ranging from 0 to
          '2^lv-1') and has '4^lv' points. Values 'lv > 7' will take
          very long and yield a cluttered mesh of indistuingishable
          lines.

new.page: Boolean indicating whether to start a new graphics page
          (default: yes).

_V_a_l_u_e:

     An invisble NULL is returned. Furthermore, a plot is created.

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

     Simon Anders, EMBL-EBI, sanders@fs.tum.de

_S_e_e _A_l_s_o:

     'hilbertCurve'

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

        plotHilbertCurve( 3 )

