Description Usage Arguments Examples
View source: R/plot.mutation.signature.R View source: R/plot.mutational.processes.R View source: R/plotMutationalProcesses.R
Sort a data frame by multiple columns or user-specified columns.
1 | sort.data.frame(df, col.names=NULL)
|
df |
A data frame to be sorted. |
col.names |
User-specified column names to be sorted. |
1 2 3 4 5 6 | data('plot.mutation.signature.ex')
sort.data.frame(df)
# Or
sort.data.frame(df, col.names=colnames(df)[1:2,])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.