getMatrixForm {IBCF.MTME} | R Documentation |
Tidy data format to Matrix format
Description
Tidy data format to Matrix format
Usage
getMatrixForm(Tidy_DataSet, onlyTrait = FALSE)
Arguments
Tidy_DataSet |
|
onlyTrait |
|
Value
A data.frame
object with the $Response
divided by $Traits
columns.
Examples
## Not run:
data('Wheat_IBCF')
M <- getMatrixForm(Wheat_IBCF)
## End(Not run)
## Not run:
data('Year_IBCF')
M.Y <- getMatrixForm(Year_IBCF, onlyTrait = T)
## End(Not run)
[Package IBCF.MTME version 1.6-0 Index]