| colorcube | Displays a multi-color cube |
| dispbar | plots a barchart in specified window of a display |
| dispbox | Generates a standard boxplot. An optional factor allows multiple boxplots by group. |
| dispcart2 | produces the cut graphic for a CART tree in a user specified display. |
| dispdot | Generates a dotplot with tonal highlighting. An optional factor allows multiple dotplots by group. |
| grandrews | Generates an Andrews plot. |
| graphicmain | Generates graphical constants and loads all libraries necessary for the graphics. |
| graphictest | Tests the macros of the graphic library. |
| grash | Generates an averaged shifted histogram. |
| graxes3d | Generates a 3-D axes with descriptions. |
| grbar | Generates a barchart. |
| grbinomial | generates a graphical object which represents the probability function of a binomial distribution B(n,p) |
| grbiplot | Generates a graphical object containing the coordinates for the biplot of a given matrix. |
| grbox | Generates a boxplot with mean line and median line. Outliers outside the intervall [Q_25-3*IQR, Q_75+3*IQR] will be plotted as crosses, outliers ouside the intervall [Q_25-1.5*IQR, Q_75+1.5*IQR] will be plotted as circles. |
| grboxgrouped | Generates a boxplot for grouped data with mean line (dotted) and median line (solid). |
| grboxmean | Generates a boxplot with the mean line. The box borders are plus/minus one standard deviation of the mean line and the whiskers are plus/minus two standard deviations. |
| grboxmedian | Generates a boxplot with the median line. The box borders are the percentiles which are equivalent to the mean plus/minus one standard deviation in the normal case (16% and 84% percentile) and the whiskers are equivalent to to the mean plus/minus two standard deviations in the normal case (2.5% and 97.5% percentile). |
| grcart2 | produces the cut graphic for a CART tree. |
| grcircle | Generates a circle or ellipse as a graphical object. The circle is centered at (0,0) and has the given radius. |
| grcirclesector | Generates a sector of a circle. |
| grcolorscheme | Returns a vector of rgb colors. |
| grcontour2 | Generates a contour plot from a 3-dimensional dataset x. |
| grcontour3 | generates a contour plot from a 4-dimensional dataset x. |
| grcube | Generates a 3-D cube with labels at the axes surrounding a 3-dimensional dataset. |
| grdot | Generates a dotplot. |
| grdotd | Generates a dotplot as a density plot. |
| grdotdl | Generates a dotplot as a density line. |
| grface | calculates Flury faces |
| grhist | Generates a histogram from the data. |
| grlinreg | Generates a graphical object which contains a linear regression line from the data. |
| grlinreg2 | generates a graphical object which contains a linear regression plane from the data. The plane is computed on a rectangular grid with n^2 meshes. |
| grmove | Moves a graphical object. |
| groupcol | Decomposes a (color) vector into single groups. |
| grpcp | Generates a parallel coordinates plot. |
| grpie | Generates a pie chart from the data. |
| grqq | Generates a quantile-quantile-plot to compare two variables. |
| grqqn | Generates a quantile-quantile-plot to compare a variable with a normal distribution. |
| grqqu | Generates a quantile-quantile-plot to compare a variable with a uniform distribution. |
| grrot | Rotates a graphical object. |
| grscale | scales a graphical object |
| grstar | Generates a star diagram. |
| grsunflower | Generates a sunflower plot. |
| grsurface | generates a surface plot from a 3-dimensional dataset. |
| grxline | Generates a vertical line as a graphical object. |
| gryline | Generates a horizontal line as a graphical object. |
| hls2rgb | Generates RGB colors from the HLS color model. |
| rgb2hls | Generates HLS-colors from the RGB color model. |
| transform | Transforms the given dataset. |