makePlot        package:surveillance        R Documentation(latin1)

_P_l_o_t _G_e_n_e_r_a_t_i_o_n

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

     Just a test method.

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

         makePlot(outputpath, data = "k1", method = "rki1",
                                     name, disease, range = 157:339)

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

outputpath: path for the storage

    data: abbreviation of the disease-file

  method: method to be called

    name: name of the method

 disease: disease name

   range: range to plot

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

     'makePlot' reads the data given in 'data' using the function
     'readData', and the data are corrected to 52 weeks, enlarged using
     'enlargeData' and sendt to the surveillance system given in
     'method'. The system result is plotted and stored in 'outputpath'.

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

     M. Hoehle, A. Riebler, C. Lang

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

     'readData', 'correct53to52', 'enlargeData', 'algo.call',
     'plot.survRes'

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

         makePlot("./", "k1", "rki2", "RKI 2", "Kryptosporidiose")

