maxv12 {MVNtestchar}R Documentation

Rotatable Plot of Surface of Possible Maximum Values of Off-diagonal Variable

Description

Rotatable plot of surface of possible maximum values of off-diagonal variable v12 in positive definite 2 x 2 matrix

Usage

maxv12(theta = 30, phi = 30, inc = 25, lseq = 200, ticktype="detailed", 
    diagnose = FALSE, verbose = TRUE)

Arguments

theta

left-right plot rotation parameter in degrees

phi

up-down plot rotation parameter in degrees

inc

increment in degrees of plot rotations

lseq

number of cut points in v1 and in v2

ticktype

simple or detailed ticks on variables

diagnose

Logical. T causes printing of diagnostic content

verbose

Logical. T causes printing of program ID before and after running

Value

Output is a plot that is rotatable via keyboard input. Upon exit, the latest values of the rotation parameters is listed to facilitate return to the latest plot

Author(s)

William R. Fairweather

See Also

support.p2()

Examples

## Not run: maxv12(theta = 30, phi = 30, inc = 25, lseq = 200, 
    ticktype = "detailed", diagnose = FALSE, verbose = TRUE)

## End(Not run)

[Package MVNtestchar version 1.1.3 Index]