	
	_E_n_c_o_d_e _i_n _a _C_o_m_m_o_n _F_o_r_m_a_t
	
	     format(x, trim=FALSE)
	
	_V_a_l_u_e:
	
	     This function converts its first argument to a vector
	     of character strings, which have a common format (as is
	     done by print).  If trim is TRUE, leading blanks are
	     trimmed off the strings.  This is useful when the
	     strings are to be used for plot axis annotation.
	
	     The function formatC provides a rather more flexible
	     formatting facility.
	
	_S_e_e _A_l_s_o:
	
	     formatC.
	
	_E_x_a_m_p_l_e_s:
	
	     format(1:10)
	
