Description Usage Arguments Examples
This function creates a batch file to run FVS. Keyfiles can be created using writekeyfile.
| 1 | writebatchfile(keyfile, variant, path_to_bat, look = TRUE)
 | 
| keyfile | name of the .key file. | 
| variant | Specify the FVS variant. Character string, two letters, lower case. See example. | 
| path_to_bat | Character string with .bat extension, file path where .bat file will be created. | 
| look | Logical. Open .out file with notepad? | 
| 1 2 3 4 | ## Not run: 
writebatchfile(example.key, "nc", "temp/path/file.bat", look = TRUE)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.