Learn R Programming

r6qualitytools (version 1.0.1)

as.data.frame_facDesign: 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)

Value

The function as.data.frame_facDesign returns a data frame.

Arguments

dfac

An object of class facDesign.c that you want to convert to a data frame.

Examples

Run this code
fdo <- fracDesign(k = 2, replicates = 3, centerCube = 4)
as.data.frame_facDesign(fdo)

Run the code above in your browser using DataLab