plot.discountingtools | R Documentation |
This method overrides the base plot function to provide various plots relevant to the user.
## 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
)
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 |
Shawn Gilroy <sgilroy1@lsu.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.