| write.nbr | R Documentation | 
Write a SaTScan nbr (neighbor) file
write.nbr(x, location, filename, userownames = FALSE)
| x | Your data frame. | 
| location | Directory location where the file should be written | 
| filename | Name for the output file in the OS; .nbr will be added. | 
| userownames | If TRUE, will write the row names into the file. | 
Writes the input data frame to the OS, using the .nbr extension. Contents of the data frame should be only what you want SaTScan to see. This is a simple function that calls write.table, since SaTScan just needs ASCII files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.