View source: R/streambugs_aux.r
streambugs.write.sys.def | R Documentation |
Write system definition of the streambugs ODE model into a human-readable text file.
streambugs.write.sys.def(sys.def, file = NA)
sys.def |
system definition generated by the function
|
file |
file name |
m <- streambugs.example.model.toy()
sys.def <- streambugs.get.sys.def(y.names=m$y.names, par=m$par, inp=m$inp)
file.name <- tempfile(m$name, fileext=".dat")
streambugs.write.sys.def(sys.def, file.name)
file.show(file.name, delete.file=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.