writebatchfile: A Function to Write Batch for Running FVS Keyfiles

Description Usage Arguments Examples

Description

This function creates a batch file to run FVS. Keyfiles can be created using writekeyfile.

Usage

1
writebatchfile(keyfile, variant, path_to_bat, look = TRUE)

Arguments

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?

Examples

1
2
3
4
## Not run: 
writebatchfile(example.key, "nc", "temp/path/file.bat", look = TRUE)

## End(Not run)

wrightmicahc/keyfiler documentation built on May 14, 2019, 8:03 a.m.