Description Usage Arguments Value Examples
Draw Enevlope of min.max system curve
1 2 | Draw.System.Envelope(sc, linetype = 1, color = JEA.Grey,
max.Q = 5000)
|
sc |
System Curve Object from Get.System.Curve() |
linetype |
optional |
color |
optional |
max.Q |
optional |
Plot
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.