Evaluate statewide scallop survey data.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | For each year a number of GLOBALS must be set.
These include:
YEAR & Q.
Three or four primary datasets will be imported for each year
For years before 2009 there are:
events_data
catch_data
awl_data
For years after 2018 there is also:
shell_data
There are a number of functions that must be run in consecutive order to
clean the survey data.
0-tow_df()
1-bed_df()
2-catch_df()
3-awl_df()
|
1 2 | YEAR = 2019
Q = 0.83
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.