as.data.frame_facDesign {r6qualitytools} | R Documentation |
as.data.frame_facDesign: Coerce to a data.frame
Description
Converts an object of class facDesign.c
into a data frame.
Usage
as.data.frame_facDesign(dfac)
Arguments
dfac |
An object of class |
Value
The function as.data.frame_facDesign
returns a data frame.
Examples
fdo <- fracDesign(k = 2, replicates = 3, centerCube = 4)
as.data.frame_facDesign(fdo)
[Package r6qualitytools version 1.0.1 Index]