F.byCatch.table | R Documentation |
List all non-Chinook catch.
F.byCatch.table(site, min.date, max.date, output.file)
site |
The identification number of the site for which estimates are required. |
min.date |
The start date for data to include. This is a text string in
the format |
max.date |
The end date for data to include. Same format as
|
output.file |
The name of the file prefix under which output is to be saved. Set to NA to plot to the Plot window. |
Query sequence Build Report Criteria builds the appropriate time
frame of interest while query series By Catch intemize the non-Chinook
catch. See section Structured Query Language (SQL) Queries in
F.run.sqlFile
for details.
Function F.byCatch.table
calls helper function F.getByCatch
to obtain the non-Chinook catch.
A csv
file containing all non-Chinook catch, along with a
png
pie chart detailing underlying counts and proportions of caught
species.
WEST Inc.
F.run.sqlFile
, F.getByCatch
## Not run: # ---- Find all non-Chinook catch resulting from fishing the American # ---- River, from Jan. 16, 2013 through June 8, 2103. F.byCatch.table(57000,"2013-01-16","2013-06-08",output.file="American River") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.