Description Usage Arguments Value Examples
Draw Design Flow/Head lines (ICM Style)
1 | Draw.Flow(pump, Q)
|
pump |
pump object from New.Pumps() |
Q |
Target Flow, in GPM |
Plot
1 2 3 4 | Draw.Graph(500,100,25, 150,50,10)
pump <- New.Pump(c(0, 100,50,80, 100,60,150,40,200,20))
Draw.Pump(pump, 2)
Draw.Flow(pump,125)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.