fp_augment_axial: Augment to a central composite design

fp_augment_axialR 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()

adas.utils documentation built on April 12, 2025, 1:52 a.m.