nefsc.db | R Documentation |
Pulls the offshore lobster data from NEFSC trawl surveys as well as the strata areas. Included in the strata areas are the proportion of the total strata area incorporated in each of the offshore lobster subunits for post stratification.
nefsc.db(DS = "odbc.dump.redo", fn.root = NULL, p = p)
DS |
:the selection of data, consists of a full data dump from ODBC account through |
fn.root |
: specify the location of data saves, default is null and uses the project.datadirectory function as default |
saves or loads .rdata objects named usinf
, usdet
, uscat
, usstrat.area
Adam Cook, Adam.Cook@dfo-mpo.gc.ca
require(devtools)
load_all('E:/git/LobsterScience/bio.lobster') #to load from directory rather than package if modifying
nefsc.db(DS = 'odbc.dump.redo')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.