finCenter              package:timeDate              R Documentation

_F_i_n_a_n_c_i_a_l _C_e_n_t_e_r _o_f _a _t_i_m_e_D_a_t_e _o_b_j_e_c_t

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

     Print or assign new financial center to a 'timeDate' object.

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

     ## S4 method for signature 'timeDate':
     finCenter(x)
     ## S4 replacement method for signature 'timeDate':
     finCenter(x) <- value

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

       x: a 'timeSeries' object. 

   value: a character with the the location of the  financial center
          named  as "continent/city". 

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

     listFinCenter

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

     date <- timeDate("2008-01-01")
     finCenter(date) <- "GMT"
     date

     finCenter(date) <- "Zurich"
     date

