Draw.VFD: Draw Pump with VFD envelope

Description Usage Arguments Value Examples

View source: R/pumpR.R

Description

Draw Pump with VFD envelope

Usage

1
Draw.VFD(PumpCurve, numPumps = 1, color = JEA.Blue, linetype = 1)

Arguments

PumpCurve

pump object from New.Pump()

numPumps

Number of parallel pumps to draw

color

optional

linetype

optional

Value

Plot

Examples

1
2
3
4
5
6
7
8
9
Draw.Graph(500,100,25, 150,50,10)
pump <- New.Pump(c(
  0, 100,
 50,  80,
100,  60,
150,  40,
200,  20
))
Draw.VFD(pump, 2)

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