write.capthist             package:secr             R Documentation

_W_r_i_t_e _D_a_t_a _t_o _T_e_x_t _F_i_l_e

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

     Export detections or detector layout to a text file in form
     suitable for DENSITY

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

     write.capthist(object, file = "", ..., deblank = TRUE, header = TRUE,
         sess = '1')

     write.traps(object, file = "", ..., deblank = TRUE)

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

  object: 'capthist' or 'traps' object 

    file: name of output file (character string) 

     ...: other arguments passed to 'write.table' 

 deblank: remove blanks from character string used to identify
          detectors? 

  header: output descriptive header? 

    sess: session identifier 

_D_e_t_a_i_l_s:

     Existing file will be replaced without warning.

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

     Murray Efford murray.efford@otago.ac.nz

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

       data (captdata)
       write.capthist (captdata)

