Draw.Legend: Draw Legend

Description Usage Arguments Value Examples

View source: R/pumpR.R

Description

Draw Legend

Usage

1
2
3
Draw.Legend(position = "bottomleft", LineText, LineColor, LineType,
  PointSymbol = rep(NA, length(LineType)), LineWeight = rep(2,
  length(LineType)))

Arguments

position

location on graph, such as "top", "bottomleft", etc...

LineText

Vector of text to be displayed

LineColor

Vector of Line Colors

LineType

Vector of Line Types

PointSymbol

Vector of symbols (see pch)

LineWeight

vector of Line weights

Value

Plot

Examples

1
2
Draw.Graph()
Draw.Legend("top", c("Field", "Model"), c("black", "blue"), c(1,2))

dCraigJones/pumpR documentation built on Feb. 17, 2020, 5:04 a.m.