slice.v1 {MVNtestchar}R Documentation

Rotatable Plot of Slice Through Support Region in Positive Definite 2 x 2 Matrix

Description

Rotatable plot of slice through support region in positive definite 2 x 2 matrix at fixed value of diagonal variable v1

Usage

slice.v1(level3 = 0.6, theta = 0, phi = 60, inc = 25, lseq = 100, ticktype="detailed",
    diagnose = FALSE, verbose = TRUE)

Arguments

level3

Level of V1 where slice is taken

theta

left-right plot rotation parameter in degrees

phi

up-down plot rotation parameter in degrees

lseq

number of cut points in v1 and in v2

inc

increment in degrees of plot rotations

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: slice.v1(level3 = 0.6, theta = 0, phi = 60, inc = 25, lseq = 100, 
    ticktype = "detailed")

## End(Not run)

[Package MVNtestchar version 1.1.3 Index]