Description Usage Arguments Author(s) Examples
View source: R/a_few_more_funcs.R
Saves output from a countsummary object as a set of .csv files, in the current working directory.
NAME_counts_calcs.csv:
All counts (including
interpolations) and calculations leading to expanded estimate and variance
calculations.
NAME_rawcounts.csv:
All recorded visual counts.
NAME_clarity.csv:
A matrix of clarity values
corresponding to the count matrices.
NAME_hourprops.csv:
The run proportion and cumulative run proportion by hour, as well as the
interval considered to be the peak daily run.
NAME_summary.csv:
Summary values: the escapement estimate and its associated variance,
standard error, and 95 percent Wald confidence interval endpoints; also the
total net number of fish visually counted, the number of periods
successfully counted, the number of periods missed due to poor visibility,
the total number of count days, and the number of complete count days with no
compromised counts.
1 | savesummary(countsummary, summaryname = NULL)
|
countsummary |
A countsummary object from towercountsummary. |
summaryname |
The name to use in place of |
Matt Tyers
1 2 3 4 5 | data(Gulk_2015)
chin2015 <- towercountsummary(date=Gulk_2015$date, hour=Gulk_2015$hour,
count=Gulk_2015$chin, clarity=Gulk_2015$clarity)
savesummary(chin2015,summaryname="Gulk_chin_2015")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.