statgenSTA (version 1.0.2)

as.data.frame.extract: Coerce extracted heritabilities to data.frame

Description

Function for coercing heritabilities extracted from an STA object to a data.frame for nicer printing and easier post processing.

Usage

# S3 method for extract
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Arguments

x

An object of class extract.

row.names

An optional character vector of row.names to be added to the data.frame.

optional

Ignored.

...

Ignored.