

demo {base}                                  R Documentation

_D_e_m_o_n_s_t_r_a_t_i_o_n_s _o_f _R _f_u_n_c_t_i_o_n_s

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

     `demo' is a user-friendly interface to running some
     demonstration R scripts. `demo()' gives the list of
     available topics.

_U_s_a_g_e_:

     demo(topic, device = .Options$device)

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

   topic: The topic which should be demonstrated.  If omit-
          ted, the list of available topics is displayed.

  device: The graphics device to be used.

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

     `source' which is called by `demo'.

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

     demo(lm.glm)

