imageSize              package:RbcBook1              R Documentation

_F_i_l_e _i_n_f_o _f_o_r _a_l_l _i_m_a_g_e _f_i_l_e_s _i_n _t_h_e _b_o_o_k

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

     File info for all image files in the book

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

     imageSize(dirs= c("Preproc","Analysis","Metadata","Graphs","CaseStudies"), ext=c("pdf", "png"))

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

    dirs: character vector with directories.

     ext: character vector with file name extensions.

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

     No details.

_V_a_l_u_e:

     Data frame.

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

     Wolfgang Huber <huber@ebi.ac.uk>

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

       # a = imageSize()
       # print(a[1:10,c(1,4)])

