norm_pheno | R Documentation |
This function is a wrapper for mean-centering normalizing and standardizing the trait matrix. in a data_obj.
norm_pheno(data_obj, mean_center = TRUE)
data_obj |
a |
mean_center |
mean center |
the data object is returned. The pheno slot of the data object will have normalized and/or mean-centered traits. The function also preserves the original trait matrix in a slot called raw_pheno.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.