View source: R/basic.plot.grid.R
basic.plot.grid | R Documentation |
Creates the shell of a plot showing relationship between jury pool preferences and jury verdict probabilities, optional argument to modify main, xlab, and ylab labels, includes grid lines.
basic.plot.grid(main, xlab, ylab)
main |
Main title for plot (optional), default is "Jurors' Verdict Preferences, P(g)". |
xlab |
X-axis label for plot (optional), default is "Jury Verdict Probabilities, P(G)". |
ylab |
Main title for plot (optional), default is no main title. |
No return
library(sate)
basic.plot.grid()
basic.plot.grid(main="Death Sentencing Analysis", xlab="Jurors' Sentencing Preferences, P(d)",
ylab="Jury Verdict Probabilities, P(D)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.