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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
1.4.6