The bar glyph creates a simple bar with the starting point for the bar being zero. The value is defined by the col1 column name/number in the statsDFrame data.frame provided by the user. The value may be a positive or negative number. The glyph determines the range of the values and sets the width of the graphic box accordingly. The zero point reference will be the same for all bars drawn for the glyphic. If the median consist of only a single area and bar, the single bar will be plotted in the group/row. The col1 data must be numeric values and can be used to sort the order of the areas using the sortVar call parameter.
None
Jim Pearson, StatNet Consulting, LLC, Gaithersburg, MD
The col1 panelDesc parameter is indexed by j to obtain the data column's name/number of the data in the statsDFrame data.frame to use for the height of the bar. The bar is draw horizontally with negative values on the left and positive values on the right. j is used to index into panelDesc to get the user specified lab1, lab2, lab3, lab4, refval, and reftxt information to create the column headers, trailers, and reference information. An X-axis is drawn above and below the column based on the data provided in the col1 column of the statsDFrame by the user.
For the bar glyph, the col1 value of the column name/numbers in the statsDFrame data.frame must be provided. The data values must be numeric.
panelDesc rows not used by a glyph should be set to NA if not used. The bar glyph does not use the col2, col3, panelData, and parm rows.
The following is an example of a section of a boxplot glyph column in a linked micromap:
The statsDFrame and panelDesc data.frames reside in the global environment and automatically accessible to the process along with several other major structures.
micromapST