write.dls: Write DLS3.2 Results to File

View source: R/write.dls.R

write.dlsR Documentation

Write DLS3.2 Results to File

Description

Write results from the DLS3.2 advisory method to a file.

Usage

write.dls(x, file = "")

Arguments

x

a list generated by the DLS3.2 function.

file

a filename.

Note

The resulting text file has Dos line endings (CRLF).

Author(s)

Arni Magnusson.

See Also

read.dls reads DLS3.2 results from a file back into R.

DLS3.2 can be used to calculate catch advice for data-limited stocks (DLS).

icesAdvice-package gives an overview of the package.

Examples

## Not run: 
survey <- data.frame(year=2001:2010, randu[1:10,])
dls <- icesAdvice::DLS3.2(1000, survey$y)

write.dls(dls, "dls.txt")
read.dls("dls.txt")

file.remove("dls.txt")

## End(Not run)


arnima-github/icesAdvice documentation built on Oct. 28, 2023, 10:19 a.m.