AKmiscel {glmmAK}R Documentation

Miscellaneous smaller functions

Description

Functions mfLand and mfPort try to split a graphical device in a ``nice'' way to produce several plots on 1 page in landscape or portrait format.

Usage

mfLand(np)

mfPort(np)

Arguments

np number of plots that are to be produced on 1 page

Value

A 2-component vector giving the number of rows and columns into which the graphical device could be splitted.

Author(s)

Arnošt Komárek arnost.komarek[AT]mff.cuni.cz

See Also

par.

Examples

mfLand(6)
mfPort(6)

[Package glmmAK version 1.2 Index]