plotdiag.allgraphs {forsearch}R Documentation

Execute All Plotting Functions For a Select Forsearch Object

Description

Executes all the plotting functions for a select analytical function such as lm or glm; default omits titles and subtitles and attempts to plot all fixed and random coefficients.

Usage

plotdiag.allgraphs(object, mt=" ", st=" ", cpt=" ", blind.label=FALSE, cc=NULL,
               ccrand = NULL,Cairo=TRUE)

Arguments

object

Name of forsearch object file

mt

Maintitle of graph

st

Subtitle of graph

cpt

Caption on the graph

blind.label

TRUE causes 'blind' to be added to graph and to file name for fixed parameters

cc

Fixed variable code numbers of coefficients to be included in graph

ccrand

Random variable code numbers of parameters to be included in graph

Cairo

TRUE causes use of Cairo graphics

Value

Prints search history and creates graphical files in current subdirectory

Author(s)

William R. Fairweather


[Package forsearch version 6.2.0 Index]