MetaculR_plot: Plot the history of a single question

View source: R/basics.R

MetaculR_plotR 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)

MetaculR documentation built on April 26, 2022, 1:07 a.m.