January 2010
Beginner
634 pages
19h 50m
English
This package contains functions for base graphics. Base graphics are traditional S graphics, as opposed to the newer grid graphics.
| Function | Description |
|---|---|
| Axis | Generic function to add a suitable axis to the current plot. |
| abline | Adds one or more straight lines through the current plot. |
| arrows | Draws arrows between pairs of points. |
| assocplot | Produces a Cohen-Friendly association plot indicating deviations from independence of rows and columns in a two-dimensional contingency table. |
| axTicks | Computes pretty tick mark locations, the same way as R
does internally. This is only nontrivial when
log coordinates are active. By default,
gives the at values that
axis(side) would
use. |
| axis | Adds an axis to the current plot, allowing the specification of the side, position, labels, and other options. |
| barplot | Creates a bar plot with vertical or horizontal bars. |
| box | Draws a box around the current plot in a given color
and line type. The bty
parameter determines the type of box drawn. See par for details. |
| boxplot | Produces box-and-whisker plot(s) of the given (grouped) values. |
| boxplot.matrix | Interprets the columns (or rows) of a matrix as different groups and draws a box plot for each. |
| bxp | Draws box plots based on the given summaries in
z. It is usually called
from within boxplot, but
can be invoked directly. |
| cdplot | Computes and plots conditional densities describing how
the conditional distribution of a categorical variable
y changes over a numeric
variable x. |
| clip | Sets clipping region in user coordinates. |
| close.screen ... |
Read now
Unlock full access