allCorners: allCorners

Description Usage Arguments

View source: R/allCorners.R

Description

allCorners allows you to plot all of the plots in a prepCorners() list

Usage

1
2
3
allCorners(cornerSet, outcomeLabel = "OUTCOME", pathColor = "#5e3c99",
  othersColor = "#b2abd2", pathNotColor = "#e66101",
  othersNotColor = "#fdb863", shape = "square")

Arguments

cornerSet

is an dataframe produced by prepNettle()

outcomeLabel

is a passthrough variable for the name of the outcome

pathColor

is the color of the on-path cases with the outcome

othersColor

is the color of the cases with the outcome not on the path

pathNotColor

is the color of the on-path cases without the outcome

othersNotColor

is the color of the irrelevant cases (without the outcome and not on the path)

shape

is the shape to be used in plotting


cognopod/corners documentation built on May 12, 2021, 9:25 a.m.