Learn R Programming

qualityTools (version 1.55)

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

Description

S3 generic for facDesign class.

Usage

"as.data.frame"(x, row.names = NULL, optional = FALSE, ...)

Arguments

x
needs to be an object of class facDesign.
row.names
vector containing the row names.
optional
logical value. If ‘TRUE’, setting row names and converting column names (to syntactic names: see make.names) is optional. By default optional is set to ‘TRUE’.
...
additional arguments to be passed to or from methods.

Value

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

See Also

http://www.r-qualitytools.org