Description Usage Arguments Value Which arguments to specifiy in case files Author(s)
View source: R/change_tail_compression.R
This function replaces the tail compression value for length composition data
in a .dat
file that was read in using SS_readdat
with those specified in
tail_compression
. It then writes a new file with name dat_file_out
into the working directory. If used with run_ss3sim
the case
file should be named tail_compression
. A suggested case letter is
T
.
1 | change_tail_compression(tail_compression, dat_list, outfile = NULL)
|
tail_compression |
*The new tail_compression value to be used. Must be a numeric value, as a proportion. For example 0.1 means 10 percent. See the SS3 manual for further information. A NULL value indicates no action, a negative value indicates to SS3 to ignore it (not use that feature). |
dat_list |
An SS data list object as read in from
|
outfile |
A character string specifying the file name to use
when writing the information to the disk. The string must include
the proper file extension. No file is written using the default value
of |
A modified SS3 .dat
file, and that file returned invisibly
(for testing) as a vector of character lines.
All function argument descriptions that start with an asterisk (*) will be passed
through the case files to run_ss3sim
. If one of these arguments
is not specified in a case file, then a value of NULL
will be passed,
which may or may not be an appropriate value. Other arguments will be ignored
if specified.
Cole Monnahan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.