as.data.frame_facDesign: as.data.frame_facDesign: Coerce to a data.frame

View source: R/3.3_Factorial_designs_Functions.R

as.data.frame_facDesignR 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 facDesign.c that you want to convert to a data frame.

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)

r6qualitytools documentation built on Oct. 4, 2024, 1:09 a.m.