File: set.mfrow.Rd

package info (click to toggle)
r-cran-coda 0.13-2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 456 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
\name{set.mfrow}
\alias{set.mfrow}
\title{Set layout for graphical plots}

\usage{
   set.mfrow (Nchains = 1, Nparms = 1, nplots = 1, sepplot = FALSE) 
}

\arguments{
   \item{Nchains}{Number of chains to plot}
   \item{Nparms}{Number of variables in each chain}
   \item{nplots}{Number of plots to produce}
   \item{sepplot}{Logical value controlling whether separate plots are created for each chain}
}

\description{
   This utility function is used by plotting functions in the coda package
   to determine the default layout, unless overriden by the \code{user.layout}
   option.
}

\note{
   This is not meant to be called directly by the user.
}

\keyword{dplot}