home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / bxp < prev    next >
Encoding:
Text File  |  1997-04-23  |  1.2 KB  |  36 lines

  1.     
  2.     _B_o_x _P_l_o_t_s _f_r_o_m _S_u_m_m_a_r_i_e_s
  3.     
  4.          bxp(z, width, varwidth=FALSE, notch=FALSE, ...)
  5.     
  6.     _A_r_g_u_m_e_n_t_s:
  7.     
  8.                z : a list containing data summaries to be used
  9.                    in constructing the plots.  These are usually
  10.                    the result of a call to boxplot, but can be
  11.                    generated in any fashion.
  12.     
  13.            width : a vector giving the relative widths of the
  14.                    boxes making up the plot.
  15.     
  16.         varwidth : if varwidth is TRUE, the boxes are drawn with
  17.                    widths proportional to the square-roots of
  18.                    the number of observations in the groups.
  19.     
  20.            notch : if notch is TRUE, a notch is drawn in each
  21.                    side of the boxes.  If the notches of two
  22.                    plots do not overlap then the medians are
  23.                    significantly different at the 5 percent
  24.                    level.
  25.     
  26.              ... : Graphical parameters can be passed as argu-
  27.                    ments to this function.
  28.     
  29.     _V_a_l_u_e:
  30.     
  31.          This function is invoked for its side effect which is
  32.          to draw box plots based on the given summaries.  It is
  33.          usually called from boxplot, abut can be invoked
  34.          directly.
  35.     
  36.