plot.discountingtools: plot.discountingtools

View source: R/dd_plot.R

plot.discountingtoolsR Documentation

plot.discountingtools

Description

This method overrides the base plot function to provide various plots relevant to the user.

Usage

## S3 method for class 'discountingtools'
plot(
  fittingObject,
  which = "ind",
  position0 = "bottomleft",
  ylab0 = "Subjective Value",
  xlab0 = "Delay",
  logAxis = "x",
  yMin = 0.01,
  id = NULL,
  plotit = TRUE
)

Arguments

fittingObject

core fitting object

which

(char) type of plot to show, based on fits

position0

(char) position of legend

ylab0

(char) y axis label

xlab0

(char) x axis label

logAxis

(char) axis designation

yMin

(num) y axis lower limit

id

(num) participant number to focus

plotit

(logical) bool of whether or not to print visual or output plotting frame

Author(s)

Shawn Gilroy <sgilroy1@lsu.edu>


miyamot0/discountingtools documentation built on March 21, 2023, 8:59 p.m.