plotTriangle: plot.Triangle

Description Usage Arguments

View source: R/PlotTriangle.R

Description

plot.Triangle

Usage

1
2
plotTriangle(objTriangle, Response, Predictor, Group = "OriginPeriodStart",
  Lines = TRUE, FitLines = FALSE)

Arguments

objTriangle

A triangle object

Response

The measure being plotted

Predictor

The variable used to predict the response

Group

The name of the group column used to group the data. The default is OriginPeriodStart

Lines

Draw lines to connect the observations?

FitLines

Draw a line of best fit? Note that fit lines will have an intercept


MRMR documentation built on May 2, 2019, 2:08 a.m.