Description Usage Arguments Details Value See Also Examples
Writing of disease data (disProg object) into a file.
| 1 |     toFileDisProg(disProgObj, toFile)
 | 
| disProgObj | The disProgObj to save in file | 
| toFile | The path and filename of the file to save | 
Writing of disProg object into a file as illustrated in the example.
| file | The file with the disease data | 
| 1 2 3 |     disProgObj <- sim.pointSource(length=200, K=1)
    toFileDisProg(disProgObj, "./simulation.txt")
    mydisProgObj <- readData("./simulation",sysPath=FALSE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.