F.get.indiv.fish.data | R Documentation |
Fetch the fish data for a single taxon from an Access data base. The resulting data set has one line per group of fish with the same fork length.
F.get.indiv.fish.data(site, taxon, run, min.date, max.date, keep = "unmarked")
site |
The identification number of the site for which estimates are required. |
taxon |
The species identifier indicating the type of fish of interest.
This is always |
run |
The text seasonal identifier. This is a one of |
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
|
keep |
A text string specifying the type of fish to retain.
|
To be included in the catch data, a record has to be from the site,
of the correct taxon, of the correct run, and between min and max date.
Function F.get.indiv.fish.data
is called by function
F.size.by.date
in order to correctly format fish data for subsequent
graphical reporting.
A data frame containing information on individual fish, with each individual reord corresponding to fish of the same fork length.
WEST Inc.
F.size.by.date
## Not run: # ---- Pull individual fish records from the American. # site <- 57000 # taxon <- 161980 # run <- "Fall" # min.date <- "2013-01-01" # max.date <- "2013-05-30" # keep <- "unmarked" F.get.indiv.fish.data(site,taxon,run,min.date,max.date,keep) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.