# See vignette("rates-selection") for how to use this
# function as part of an analysis pipeline
## The example dataset rate_table_clades_means3
## has clades and 3 clock rate columns:
data("rate_table_clades_means3")
## Reshape a clock rate table with clade names to long format
if (FALSE) {
rates_by_clade <- clock_reshape(rate_table_clades_means3)
}Run the code above in your browser using DataLab