Learn R Programming

MetaculR (version 0.4.1)

MetaculR_plot: Plot the history of a single question

Description

Plot the history of a single question

Usage

MetaculR_plot(
  MetaculR_questions,
  Metaculus_id,
  scale_binary = "prob",
  tournament = FALSE
)

Arguments

MetaculR_questions

A MetaculR_questions object

Metaculus_id

The ID of the question to plot

scale_binary

Choose "prob", "odds", or "logodds"

tournament

Plot relative log score below main plot

Value

A ggplot.

Examples

Run this code
# NOT RUN {
MetaculR_plot(
  MetaculR_questions = questions_myPredictions,
  Metaculus_id = 10004)
# }

Run the code above in your browser using DataLab