F.plot.eff.model: F.plot.eff.model

F.plot.eff.modelR Documentation

F.plot.eff.model

Description

Plot per-trap efficiency values for all days between specified dates.

Usage

F.plot.eff.model(df, file)

Arguments

df

A data frame that includes variables TrapPositionID, batchDate, nReleased, nCaught, efficiency, imputed.eff, and trapPositionID. Currently variables TrapPositionID and trapPositionID appear to be the same, although both are called in subsequent points in the code.

file

The name of the file prefix under which output is to be saved. Set to NA to plot to the Plot window.

Value

Output includes a png graphical display of estimated efficiencies, per trap, by day, as well as a csv of the data points utilized in making the graph. The csv includes both the estimated values from the specified efficiency model fit by function F.efficiency.model, as well as the observed counts of fish deriving from efficiency trials.

Author(s)

WEST Inc.

See Also

F.efficiency.model

Examples

## Not run: 
#   ---- Plot efficiency results housed in data frame 
#   ---- df to the plot window.
F.plot.eff.model( df, file=NA )

## End(Not run)

tmcd82070/CAMP_RST documentation built on April 6, 2022, 12:07 a.m.