View source: R/split_by_feature.R
split_by_feature | R Documentation |
Helper function to split coordinate vector for Pedigree Point generation.
split_by_feature(vector, features, factor)
vector |
A vector containing data for drawing GeomPedigreePoint. |
features |
Character vector of feature names used to split the vector. |
factor |
A scale factor (i.e. desired point size) |
## Not run:
split_by_feature(sin(range),unique(data$feature.name),7)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.