get_level | R Documentation |
The function returns the level factor on the input array and using the supplied level.
get_level(m1,level,return_list,print_warnings)
m1 |
Required: a scheme matrix |
level |
Required: the requested level: individual, family, cross or population |
return_list |
Optional: a logical argument to show if the return will be one dimension array or a list |
print_warnings |
Optional: TRUE to print the warnings |
a two-column tab delimited phenotyping object; id and value
m2 = get_level(m1,"cross",FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.