writeSPFItable6.6: (SPFI) Write csv file of summarized SPFI results.

Description Usage Arguments Value Examples

Description

This writes a csv file with columns matching those found in table 6-6 on page 103 of REPORT TCCHINOOK (09)-2 (http://www.psc.org/download/35/chinook-technical-committee/2120/tcchinook09-2.pdf).

Usage

1
2
writeSPFItable6.6(spfi.output, data.catch, comments = NULL,
  filename = NA)

Arguments

spfi.output

A list. The output of calc_SPFI.

data.catch

A list. The output of readCatchData.

comments

A list. Comments that will be appended to the top of the output file. Each list element is the equivalent of a new line in the output.

Value

A csv file named 'SPFItable6-6.csv'

Examples

1
2
3
4
## Not run: 
writeSPFItable6.6(spfi.output, data.catch)

## End(Not run)

MichaelFolkes/ctctools documentation built on May 7, 2019, 4:56 p.m.