correlationPlot: A correlation plot

Description Usage

Description

A correlation plot

Usage

 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 = ""
)

yuehmeir2/CATShinyModules documentation built on June 13, 2021, 7:02 p.m.