plotcurves: Plot the curves

View source: R/plotcurves.R

plotcurvesR Documentation

Plot the curves

Description

plotcurves plot the curves.

Usage

plotcurves(
  qp,
  panel = NULL,
  xpanel = NULL,
  ypanel = NULL,
  color = NULL,
  averages = TRUE,
  curves = TRUE,
  thresholds = TRUE,
  ci = TRUE
)

Arguments

qp

output from quickpsy

panel

Name of the variable to be split in panels.

xpanel

Name of the variable to be split in horizontal panels.

ypanel

Name of the variable to be split in vertical panels.

color

Name of the variable codded by color.

averages

If FALSE averaged probabilities are not plotted (default is TRUE).

curves

If FALSE curves are not plotted (default is TRUE)

thresholds

If FALSE thresholds are not plotted (default is TRUE)

ci

If FALSE confidence intervals are not plotted (default is TRUE)


danilinares/quickpsy documentation built on Feb. 13, 2023, 8:44 p.m.