Learn R Programming

stripless (version 1.0-1)

strucUtils: Utility Functions for stripless

Description

Unexported functions not intended to be directly called by users.

Usage

check2lvl(d, sep = ".")
make_2level_with_center(lvls, sep = ".")
makeSpacings(spacings, levelLength)

Arguments

d
Condition list from strucParseFormula to be checked to see if it represents a 2 level design with center point.
sep
sep argument for paste().
lvls
A list of length 3 character vectors that are the level names of factors in a design to be checked.
spacings
An integer vector
levelLength
An integer vector giving the number of levels per factor at each level of the plotting hierarchy

Details

Brief function descriptions:
check2lvl
Checks for a 2 level design with center point

make_2level_with_center
Makes a 2 level design with center point to compare to a fraction of a $3^n$ design

makeSpacings
Constructs a vector of spacings values for the "between" argument of xyplot