A correlation plot
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | correlationPlot(
plotData,
xVar,
yVar,
xVarTitle = "Estimated Theta",
yVarTitle = "True Theta",
xRange = c(floor(min(c(plotData[[xVar]], plotData[[yVar]]))),
ceiling(max(c(plotData[[xVar]], plotData[[yVar]])))),
opacity = 0.4,
addDiagLine = F,
useDiffAsColor = T,
cutsAt = NULL,
addTitle = T,
plotName = ""
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.