- apc.fit.model
List. See apc.fit.model
for a description of the format.
- scale
Optional. Logical. If (TRUE) FALSE use scale of (inverse) link function. Default is FALSE.
- sdv.at.zero
Optional. Logical. If FALSE/TRUE standard deviations are plotted around estimates/zero. Default is TRUE.
- type
Optional. Character. If "detrend" double sums start and end in zero. If "sum.sum" double sums anchored as discussed in Nielsen (??). Default is "detrend".
- include.linear.plane
Optional. Logical. If true include plots of linear plane. Default TRUE
- include.double.differences
Optional. Logical. If true include plots of double differences. Default TRUE
- sub.plot
Optional. Character: "a","b",...,"i". Only the indicated sub plot is plotted. Default is NULL so all plots shown.
- main.outer
Optional. Character. Main title in outer margin. Default is generated internally.
- main.sub
Optional. Vector of 9 characters. Main titles for individual plots. Default is generated internally, see note 3 below.
- cex
Optional. Plot parameter, see par
. Controls size of text. Default is NULL so that R default is used.
- cex.axis
Optional. Plot parameter, see par
. Controls magnification of axis annotations. Default is NULL so that R default is used.
- cex.lab
Optional. Plot parameter, see par
. Controls magnification of axis labels. Default is NULL so that R default is used.
- cex.main
Optional. Plot parameter, see par
. Controls magnification of main title. Default is NULL so that R default is used.
- cex.main.outer
Optional. Controls magnification of outer main title if an array of plots is shown. Default is 1.2 (same as cex.main).
- line.main
Optional. Specifies the line position of main title in individual plots. Default is 0.5.
- line.main.outer
Optional. Specifies the line position of outer main title if an array of plots is shown. Default is NULL so that R default is used.
- las
Optional. Plot parameter, see par
. Numeric. The style of axis labels. Default is NULL so that R default is used.
- mar
Optional. Gives the number of lines of margin to be specified on the four sides of the plot. Default: c(4,3,2,0)
for array of plots, c(4,4,3,1)
for a single plot.
- oma
Optional. Gives the size of the outer margins in lines of text. Default: c(0,0,5,1)
for array of plots, c(0,0,0,0)
for a single plot.
- mgp
Optional. Plot parameter, see par
. The margin line for the axis title, axis label and axis line. Defauls is c(2,1,0)
, different from R default.
- vec.xlab
Optional. Controls title for xaxis. Should be a 9-vector of characters for an array of plots and a character for a single plot. As R recycles entries if a vector is too short, then vec.xlab=""
will remove titles on x-axis. Default: NULL.