View source: R/sampleClustering.R
extractFeaturesFromSummary | R Documentation |
Extract features from a summary object.
extractFeaturesFromSummary(summary, split = "...")
summary |
a summary object. |
split |
separator string |
extractFeaturesFromSummary decomposes the summary column names into simple features (not combined to functions), statistic functions and features combined to the functions
list of simple features, features combined to functions, functions combined to features
summary <- data.frame("x...min"=1,"x...max"=2,"count"=3,"length"=4)
extractFeaturesFromSummary(summary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.