fp_augment_axial {adas.utils}R Documentation

Augment to a central composite design

Description

Adds the axial points to a $2^n$ centered factorial plan.

Usage

fp_augment_axial(dm, rep = 1)

Arguments

dm

A factorial plan table, with central points.

rep

The number of replications.

Value

A central composite design (a factorial.plan object).

Examples

fp_design_matrix(3) %>%
  fp_augment_center(rep=4) %>%
  fp_augment_axial()

[Package adas.utils version 1.2.0 Index]