View source: R/getCatchDataWeight.R
getCatchDataWeight | R Documentation |
Get the catch data from the database file with the weight measurement.
getCatchDataWeight(taxon, site, min.date, max.date)
taxon |
The species identifier indicating the type of fish of interest.
This is always |
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
|
When the passage estimation routine is called with the analytical life stage assignment, this function is called. The default queries that retrieve the catch data do not include the weight measurement. This function is needed to retrieve the weight information. This function is intended for internal use only.
Data.frame of the catch data with the weight measurements.
Jared Studyvin WEST Inc.
assignLifeStage
## Not run: # ---- Get weight data from the American. taxon <- 169180 site <- 570000 min.date <- "2013-01-01" max.date <- "2013-05-30" dfWeight <- getCatchDataWeight(taxon,site,min.date,max.date) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.