Description Usage Arguments Value Author(s) Examples
View source: R/plot_probabilities.R
Function to produce density plots of probability of membership by quartile and nationality
1 2 3 4 | plot_probabilities(
data = historical_countdowns,
timescale = c("Last Decade", "All Time")
)
|
data |
The dataframe of Hottest 100 results to analyse |
timescale |
a value of either "Last Decade" or "All Time" indicating the timescale to calculate over |
an object of class ggpot which holds the matrix of density plots
Trent Henderson
1 2 3 4 | ## Not run:
plot_probabilities(timescale = "Last Decade")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.