Description Usage Arguments Details Value Examples
This function estimates from a list of permutations the first order marginals and visualizes them
1 2 3 4 5 6 | plotFirstOrderMarginals(
permutations,
type = "ranking",
decreasing = FALSE,
smoothed = FALSE
)
|
permutations |
a list of objects of class |
smoothed |
a logical value to indicate whether the estimation should
be smoothed ( |
This function requires two additional packages, ggplot2 and reshape2
An object of class ggplot with the visualization
1 2 3 | scores <- matrix(rnorm(100, 1, 3), ncol=10)
permus <- getPermutationFromScores (scores)
plotFirstOrderMarginals(permus)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.