tile                 package:EBImage                 R Documentation

_G_e_n_e_r_a_t_e_s _a _t_i_l_e_d _i_m_a_g_e _f_r_o_m _a _s_t_a_c_k _o_f _i_m_a_g_e_s

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

     Generates a tiled image from a stack of images

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



         # S4 methods for classes 'Image' and 'list':
         tile(x, nx=10, grid.wd=1, grid.col="#E4AF2B", bg.col="black")


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


     '_x' Objects of 'Image-class' or a list of such objects. Images
          must be grayscale and carry object indexing information, like
          those returned by 'watershed' or 'propagate'. 

     '_n_x' The number of tiled images in a row. 

     '_g_r_i_d._w_d' The width of the grid lines between tiled images, can be
          0. 

     '_g_r_i_d._c_o_l' The color of the grid lines (if 'grid.wd > 0'). This
          will be converted to Grayscale if the color mode of 'x' is
          Grayscale. 

     '_b_g._c_o_l' The color of the background for extra tiles. This will be
          converted to Grayscale if the color mode of 'x' is Grayscale. 

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

     An object of 'Image-class' in the same color mode as 'x'.

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

     2007 Oleg Sklyar : osklyar@ebi.ac.uk

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

     ' stackObjects, combine '

