	
	_A_r_g_u_m_e_n_t _l_i_s_t _o_f _a _f_u_n_c_t_i_o_n
	
	     args(fun)
	
	_D_e_s_c_r_i_p_t_i_o_n:
	
	     For a function fun, shows the argument list. If fun is
	     a character string then the function with that name is
	     found and used.
	
	_V_a_l_u_e:
	
	     A function with identical formal argument list but an
	     empty body.
	
	_N_o_t_e:
	
	     This is mainly used interactively. For computing, use
	     formals instead.
	
	_S_e_e _A_l_s_o:
	
	     formals, help.
	
	_E_x_a_m_p_l_e_s:
	
	     args(args) #-> NULL, as.long as  args remains a 'primitive' function.
	     args(plot.default)
	
