clean.goa: Clean Gulf of Alaska Clean data set for the Gulf of Alaska...

Description Usage Format

Description

Clean Gulf of Alaska

Clean data set for the Gulf of Alaska bottom trawl survey

Usage

1

Format

A dim = 197026 x 48 data.table data.frame:

[,1] ref character reference taxonomic ID from raw data
[,2] stratum character the statistical stratum of the haul
[,3] lat numeric latitude of the haul
[,4] lon numeric longitude of the haul, in western hemisphere degrees (for lon > 0, do lon-360)
[,5] station character the station ID for the haul
[,6] year integer year of haul
[,7] datetime c("POSIXct", "POSIXt") the day and time of the haul
[,8] wtcpue numeric weight (mass) of the catch
[,9] cntcpue numeric number of individuals caught per hectare in the haul
[,10] SID character species identification number
[,11] depth numeric the maximum depth of the water at the location of the haul
[,12] btemp numeric water temperature at the bottom at the location of the haul
[,13] stemp numeric water temperature at the surface at the location of the haul
[,14] vessel character vessel ID
[,15] cruise character cruise ID
[,16] haul character the integer haul number within a cruise
[,17] stratumarea numeric the area of the statistical stratum (km2)
[,18] haulid character a unique identifier for the haul; vessel ID - cruise ID - haul number
[,19] season character insert_description_here
[,20] reg character survey region
[,21] val.src character indicates the degree of 'fuzziness' required to find a match to ref in a data.base of taxonomic information; m1 indicates perfect match, m2 indicates that capitalization, whitespace, etc (see cull) needed to be adjusted, m3 indicates that agrep was used, and m4 means that measures in both m2 and m3 were taken to find the match. See match.tbl.
[,22] tbl.row integer the row in the taxonomic data base where a match was found. See match.tbl.
[,23] mtch.src integer the database containing the match; 1 is taxInfo, 2 is spp.corr1, 3 is getSppData; if matches are found in multiple sources, a match to 1 takes precedence over 1 & 2, and 2 over 3. See match.tbl.
[,24] tax.src character informs source of taxonomic correction of ref to spp and other tax info; is taxInfo if found from manually checked spreadsheet
[,25] spp character species scientific name; Genus species
[,26] common character the common name of the organism sampled
[,27] taxLvl character the most specific level of classification indicated by spp
[,28] species character the species name of the species
[,29] genus character the genus of the species
[,30] family character taxonomic family
[,31] order character taxonomic order
[,32] class character taxonomic class
[,33] superclass character taxonomic superclass
[,34] subphylum character taxonomic subphylum
[,35] phylum character insert_description_here
[,36] kingdom character taxonomic kingdom
[,37] trophicDiet character source of trophic level from Fish Base or Sea Life Base; 'y' means it was from this source
[,38] trophicOrig character from Fish Base or Sea Life Base; was the trophic level estimated from an 'Original sample'?
[,39] Picture character Is there a picture of this critter assoicated with the package? Note: this isn't always accurate
[,40] trophicLevel numeric the trophic level from Fish Base or Sea Life Base
[,41] trophicLevel.se numeric the standard error of the trophic level
[,42] tax.src2 character informs source of taxonomic correct; the name of a source of taxonomic information other than taxInfo (other than manual entries)
[,43] conflict logical for a given 'spp' value in spp.key, was there a conflict in the other taxonomic columns? E.g., a single spp corresponding to multiple common names; also TRUE if different ref values were found in different databases (affecting the val.src, tbl.row, mtch.src, tax.src, etc columns), but then the refs converged to same spp -- that would not necessarily be an error, but might deserve checking
[,44] flag character flag related to correcting taxonomic information; relates to automated input, potential errors, and signature of people or methods that have made corrections to spp.key
[,45] website character URL reference for taxonomic information
[,46] website2 character secondary URL reference for taxonomic information; often used when website finds the name for a spp name as entered, but website2 points to the most up-to-date scientific name
[,47] keep.row logical Column indicating whether or not the row show likely be excluded
[,48] row_flag character if keep.row is TRUE, why was this row flagged to be dropped?

rBatt/trawlData documentation built on May 26, 2019, 7:45 p.m.