Draw.System.Envelope: Draw Enevlope of min.max system curve

Description Usage Arguments Value Examples

View source: R/pumpR.R

Description

Draw Enevlope of min.max system curve

Usage

1
2
Draw.System.Envelope(sc, linetype = 1, color = JEA.Grey,
  max.Q = 5000)

Arguments

sc

System Curve Object from Get.System.Curve()

linetype

optional

color

optional

max.Q

optional

Value

Plot

Examples

1
2
3
Draw.Graph(500,100,25, 150,50,10)
sc <- matrix(c(2.5E-4,5,46.2e-4,25), nrow=2, byrow=TRUE)
Draw.System.Envelope(sc)

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