panel.functions: Functions to compose panels on one screen

Description Usage Arguments Details Value Note Author(s) References See Also Examples

Description

Functions to divide the panel in various arrangements, for example 2, 3, 4, and 6 panels.

Usage

1
2
3
4
panel2(size,int="r")
panel4(size,int="r")
panel6(size,int="r")
panel3(size,int="r")

Arguments

size

size of graphics window

int

to set xaxs,yaxs graphics arguments, "r" or "i"

Details

These functions use layout function. It allows dividing the graphics window in panels. It is customized to use the space more efficiently by reducing the margins of each plot.

Value

No values returned. Functions just arrange the graphics window.

Note

Input files are in 'datafiles.zip' in directory 'datafiles' and organized by chapters of Acevedo (2013).

Author(s)

Miguel F. Acevedo Acevedo@unt.edu

References

Acevedo M.F. 2013. "Data Analysis and Statistics for Geography, Environmental Science, and Engineering", CRC Press.

See Also

EDA functions eda6, graphics layout, graphics par par

Examples

1
2
3
4
panel2(size=5)
x <- rnorm(100)
ts.plot(x)
acf(x)

seeg documentation built on May 30, 2017, 7:09 a.m.