F.plot.eff.model | R Documentation |
Plot per-trap efficiency values for all days between specified dates.
F.plot.eff.model(df, file)
df |
A data frame that includes variables |
file |
The name of the file prefix under which output is to be saved.
Set to |
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.
WEST Inc.
F.efficiency.model
## Not run: # ---- Plot efficiency results housed in data frame # ---- df to the plot window. F.plot.eff.model( df, file=NA ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.