Package graphics


Detailed Description

Title:The R Graphics Package Description:R functions for base graphics.

Author:R Development Core Team and contributors worldwide Maintainer:R Core Team <R-core@r-project.org> Version:2.2.1 Built:R 2.2.1; ; 2006-01-08 02:36:06; unix Depends:grDevices License:GPL Version 2 or later. Priority:base


abline
Add a Straight Line to a Plot
lastPlot.jpeg

Last ouput from abline(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/abline/example.log
arrows
Add Arrows to a Plot
lastPlot.jpeg

Last ouput from arrows(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/arrows/example.log
assocplot
Association Plots
lastPlot.jpeg

Last ouput from assocplot(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/assocplot/example.log
axis
Add an Axis to a Plot
lastPlot.jpeg

Last ouput from axis(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/axis/example.log
axis.POSIXct
Date and Date-time Plotting Functions
lastPlot.jpeg

Last ouput from axis.POSIXct(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/axis.POSIXct/example.log
barplot
Bar Plots
lastPlot.jpeg

Last ouput from barplot(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/barplot/example.log
box
Draw a Box around a Plot
lastPlot.jpeg

Last ouput from box(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/box/example.log
boxplot
Box Plots
lastPlot.jpeg

Last ouput from boxplot(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/boxplot/example.log
cdplot
Conditional Density Plots
lastPlot.jpeg

Last ouput from cdplot(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/cdplot/example.log
dotchart
Cleveland Dot Plots
lastPlot.jpeg

Last ouput from dotchart(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/dotchart/example.log
filled.contour
Level (Contour) Plots
lastPlot.jpeg

Last ouput from filled.contour(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/filled.contour/example.log
fourfoldplot
Fourfold Plots
lastPlot.jpeg

Last ouput from fourfoldplot(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/fourfoldplot/example.log
grid
Add Grid to a Plot
lastPlot.jpeg

Last ouput from grid(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/grid/example.log
hist.POSIXt
Histogram of a Date or Date-Time Object
lastPlot.jpeg

Last ouput from hist.POSIXt(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/hist.POSIXt/example.log
image
Display a Color Image
lastPlot.jpeg

Last ouput from image(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/image/example.log
layout
Specifying Complex Plot Arrangements
lastPlot.jpeg

Last ouput from layout(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/layout/example.log
lines
Add Connected Line Segments to a Plot
lastPlot.jpeg

Last ouput from lines(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/lines/example.log
matplot
Plot Columns of Matrices
lastPlot.jpeg

Last ouput from matplot(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/matplot/example.log
mosaicplot
Mosaic Plots
lastPlot.jpeg

Last ouput from mosaicplot(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/mosaicplot/example.log
mtext
Write Text into the Margins of a Plot
lastPlot.jpeg

Last ouput from mtext(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/mtext/example.log
pairs
Scatterplot Matrices
lastPlot.jpeg

Last ouput from pairs(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/pairs/example.log
panel.smooth
Simple Panel Plot
lastPlot.jpeg

Last ouput from panel.smooth(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/panel.smooth/example.log
par
Set or Query Graphical Parameters
lastPlot.jpeg

Last ouput from par(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/par/example.log
persp
Perspective Plots
lastPlot.jpeg

Last ouput from persp(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/persp/example.log
pie
Pie Charts
lastPlot.jpeg

Last ouput from pie(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/pie/example.log
plot
Generic X-Y Plotting
lastPlot.jpeg

Last ouput from plot(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/plot/example.log
plot.data.frame
Plot Method for Data Frames
lastPlot.jpeg

Last ouput from plot.data.frame(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/plot.data.frame/example.log
plot.design
Plot Univariate Effects of a 'Design' or Model
lastPlot.jpeg

Last ouput from plot.design(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/plot.design/example.log
plot.factor
Plotting Factor Variables
lastPlot.jpeg

Last ouput from plot.factor(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/plot.factor/example.log
plot.histogram
Plot Histograms
lastPlot.jpeg

Last ouput from plot.histogram(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/plot.histogram/example.log
plot.table
Plot Methods for 'table' Objects
lastPlot.jpeg

Last ouput from plot.table(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/plot.table/example.log
plot.window
Set up World Coordinates for Graphics Window
lastPlot.jpeg

Last ouput from plot.window(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/plot.window/example.log
points
Add Points to a Plot
lastPlot.jpeg

Last ouput from points(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/points/example.log
rect
Draw One or More Rectangles
lastPlot.jpeg

Last ouput from rect(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/rect/example.log
rug
Add a Rug to a Plot
lastPlot.jpeg

Last ouput from rug(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/rug/example.log
segments
Add Line Segments to a Plot
lastPlot.jpeg

Last ouput from segments(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/segments/example.log
spineplot
Spine Plots and Spinograms
lastPlot.jpeg

Last ouput from spineplot(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/spineplot/example.log
stars
Star (Spider/Radar) Plots and Segment Diagrams
lastPlot.jpeg

Last ouput from stars(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/stars/example.log
stripchart
1-D Scatter Plots
lastPlot.jpeg

Last ouput from stripchart(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/stripchart/example.log
strwidth
Plotting Dimensions of Character Strings and Math Expressions
lastPlot.jpeg

Last ouput from strwidth(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/strwidth/example.log
sunflowerplot
Produce a Sunflower Scatter Plot
lastPlot.jpeg

Last ouput from sunflowerplot(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/sunflowerplot/example.log
symbols
Draw Symbols (Circles, Squares, Stars, Thermometers, Boxplots) on a Plot
lastPlot.jpeg

Last ouput from symbols(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/symbols/example.log
text
Add Text to a Plot
lastPlot.jpeg

Last ouput from text(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/text/example.log
title
Plot Annotation
lastPlot.jpeg

Last ouput from title(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/title/example.log
xinch
Graphical Units
lastPlot.jpeg

Last ouput from xinch(). For all plots see PDF file.

PDF output with all plots
Example code and log output is in the "Files" section, please see: graphics/xinch/example.log


Generated on Fri Apr 14 15:02:05 2006 for RGraphExampleLibrary by  doxygen 1.4.6