View source: R/f.extract.ff.numeric.R
f.extract.ff.numeric | R Documentation |
This function returns the requested columns and/or rows and converts it to a numeric matrix (by default, the extraction from an ff matrix with defined levels returns a factor vector).
f.extract.ff.numeric(gen.data, cols = NULL, rows = NULL)
gen.data |
The ff matrix with genetic data. |
cols |
The sequence numbering the columns which are to be retrieved, if NULL (default) then all the columns will be extracted. |
rows |
The sequence numbering the rows which are to be retrieved, if NULL (default) then all the rows will be extracted. |
Matrix with all the requested columns, data in numeric representation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.