Last data update: 2014.03.03

R: plot.Triangle
plotTriangleR Documentation

plot.Triangle

Description

plot.Triangle

Usage

  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

Results