hrvplot                  package:rv                  R Documentation

_H_o_r_i_z_o_n_t_a_l _i_n_t_e_r_v_a_l _p_l_o_t _o_f _c_o_m_p_o_n_e_n_t_s _o_f _a _r_a_n_d_o_m _v_e_c_t_o_r

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

     'hrvplot' plots uncertainty (that is, ``credible") intervals  for
     the scalar components of the given random vector.

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

     hrvplot(x, labels=NULL, pos=NULL, output.file=NULL)
     ## S3 method for class 'matrix':
     hrvplot(x, labels, pos=NULL, output.file=NULL)
     ## S3 method for class 'rv':
     hrvplot(x, labels=NULL, ...)

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

       x: an object

  labels: alternative labeling

     pos: 

output.file: alternative output file name

     ...: 

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

     'hrvplot'

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

     Jouni Kerman kerman@stat.columbia.edu <URL:
     http://www.stat.columbia.edu/~kerman>

_R_e_f_e_r_e_n_c_e_s:

     Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing
     Posterior Simulations Using Random Variable Objects. Technical
     report, Columbia University, New York.

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

       #

