MetaculR_plot {MetaculR}R Documentation

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

## Not run: 
MetaculR_plot(
  MetaculR_questions = questions_myPredictions,
  Metaculus_id = 10004)

## End(Not run)

[Package MetaculR version 0.4.1 Index]