pt: Draw Fire-Flow Point

Description Usage Arguments Examples

View source: R/main.R

Description

Test Test Test

Usage

1
pt(Qt = NULL, Pt = NULL, fireflow = NULL, color = "black")

Arguments

Qt

Test Flow to be plotted, in GPM

Pt

Test Residual to be plotted, in GPM

fireflow

fireflow object defined using ff function.

color

A specification for the point plotting color. See section ‘Color Specification’.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
n185()

a <- ff(60,3000,20, "first")
b <- ff(50,2750, 35, "second")

draw(a, "red", 1)
draw(b, "blue", 2)

draw_legend()

pt(3000,,a, "red")
pt(,20,"blue")
pt(2000,20)

dCraigJones/n185 documentation built on Feb. 1, 2020, 2:09 a.m.