Learn R Programming

stripless (version 1.0-1)

xyLayout: xyLayout

Description

Unexported generic and methods used by strucplot to check and fix or create a xyLayout list.

Usage

xyLayout(xylay, ...)
"xyLayout"(xylay = list(), n = stop("Number of conditioning factors is missing"))
"xyLayout"(xylay, n)
"xyLayout"(xylay, n)
"xyLayout"(xylay, n)

Arguments

xylay
An appropriate list, matrix, or vector for determining the plot structure. Can also be missing, length 0, etc.
n
The number of conditioning factors. The integers in the combined list that is created will be a permutation of 1, 2, ... ,n .
...
x and/or y vector for xylay list. The remaining component will be constructed as needed.

Value

A list of class "xyLayout" suitable for the xyLayout argument of strucplot.

Methods (by class)

  • list: List method.
  • matrix: Matrix method.
  • data.frame: Data frame method.
  • default: Default methods in which the individual components are given as 1 or 2 vectors of integers.

Details

The various methods provide convenience and flexibility for specifying the xyLayout list argument that controls the format of strucplot displays. Essentially any sensible way of specifying the xyLayout should work. See the Help page for strucplot for details.

See Also

strucplot