Data for: Comparison of catch per unit effort of invasive European green crab (Carcinus maenas) across four bait types
收藏doi.org2025-01-22 收录
下载链接:
http://doi.org/10.17632/65zmvmggsh.1
下载链接
链接失效反馈官方服务:
资源简介:
Zip file contains an R project as organized below:
These data were collected to compare efficiency of different bait types in terms of their impact on CPUE and body size.
The analysis files are meant to be run sequentially 1-5. Analysis files are fully commented.
File #2, in particular, documents our data exploration.
Green_Crab_Bait_Choice
|
|- Green_Crab_Bait_Choice.Rproj # The R project. Open this file in R studio.
|
|- Description.txt # You're reading it.
|
|- analysis/
| +- 1-DataSetup.R # Run this first. Loads and error-checks the data.
| +- 2-DataExploration.R # Data exploration code. Run this second. Does some additional cleanup too.
| +- 3-Analysis-CatchRate.R # Conducts modelling associated with Y: CPUE
| +- 4-Analysis-BodySize.R # Conducts modelling associated with Y: Carapace Width
| +- 5-EggAndSex.R # Contains a brief piece of code looking at sex and proportion of ovigerous females
|
|- R/
| +- 6003Functions.R # Script containing a few convenience functions
|
|- data/
| +- MAB_BodySizes.csv # body size data
| +- MAB_Overview.csv # Catch data
| +- MAB_Positions.csv # Location data
|
|- Excel/
| +- MAB_FieldData.xls # Contains raw data collected from field. Do not work from this spreadsheet
|
|- figures/ # Contains figures for the MS. Note that I manually pieced some of these together from R output
该压缩文件包含一个按照以下结构组织的 R 项目:
这些数据是为了比较不同诱饵类型在影响捕捞量(CPUE)和体型大小方面的效率而收集的。
分析文件旨在按顺序运行 1-5。分析文件已全部注释。
文件编号 2,特别是记录了我们的数据探索。
绿蟹诱饵选择
├── Green_Crab_Bait_Choice.Rproj # R 项目文件。请在 R Studio 中打开此文件。
├── Description.txt # 您正在阅读的文件。
├── analysis/
│ ├── 1-DataSetup.R # 首先运行此文件。加载数据并进行错误检查。
│ ├── 2-DataExploration.R # 数据探索代码。第二次运行。还进行了一些额外的清理。
│ ├── 3-Analysis-CatchRate.R # 执行与 Y:捕捞量相关的建模。
│ ├── 4-Analysis-BodySize.R # 执行与 Y:甲壳宽度相关的建模。
│ └── 5-EggAndSex.R # 包含一段简短的代码,用于查看性别和产卵雌性比例。
├── R/
│ └── 6003Functions.R # 包含一些便利函数的脚本。
├── data/
│ ├── MAB_BodySizes.csv # 体型大小数据
│ ├── MAB_Overview.csv # 捕捞数据
│ └── MAB_Positions.csv # 位置数据
└── Excel/
└── MAB_FieldData.xls # 包含从实地收集的原始数据。请勿从此电子表格中进行工作。
└── figures/ # 包含用于 MS 的图表。请注意,我手动将这些图表拼凑在一起,部分来自 R 输出。
提供机构:
Mendeley Data



