| subset.mat | R Documentation |
Take the matrix and subset out only the encoded individuals that are present in the status dataframe.
## S3 method for class 'mat'
subset(mat.df, status.df)
mat.df |
The full matrix file to subset |
status.df |
The list of sampled individuals, matrix is subset to only these individuals. |
A subset of the input matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.