ENsetpatternvalue | R Documentation |
set pattern value
ENsetpatternvalue(index, period, value)
index |
index of pattern |
period |
time period for setting the value |
value |
value to set |
returns NULL inivisbly on success
# path to Net1.inp example file included with this package
inp <- file.path( find.package("epanet2toolkit"), "extdata","Net1.inp")
ENopen( inp, "Net1.rpt")
ENgetpatternvalue(1,3)
ENsetpatternvalue(1,3, 9.876)
ENgetpatternvalue(1,3)
ENclose()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.