write.ss.prm | R Documentation |
Writes the current set of SaTScan parameters to a specified location in the OS.
write.ss.prm(location, filename, matchout = TRUE)
location |
A directory location, excluding the trailing "/". |
filename |
The name of the file to be written to the OS; The extension ".prm" will be appended. |
matchout |
If false, the ResultsFile parameter will not
be touched; note that this will likely result in undesirable
performance from calls to |
The current SaTScan options can be reset or modified
ss.options()
and/or ss.options.extra()
. Once
they are set as desired, they can be written to the OS
using this function.
Nothing. (Invisibly.) Side effect is to write a file in the OS.
ss.options
, ss.options.extra
## Not run:
## Would write the current ss.options() to c:/temp/NYCfever.prm
write.ss.prm("c:/tmp","NYCfever")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.