rBatt / trawlData

Collate and clean bottom trawl survey data
10 stars 2 forks source link
benthic biodiversity bottom-trawl coastal data demersal dfo ecology long-term marine noaa northamerica

trawlData

DOI

R package for maintaining and manipulating data from bottom trawl survey and associated data sets


Install this R package

To install this repo, the easiest thing to do is to clone it, then then use devtools:install():

Package Quickstart

# load package
library(trawlData)

# See functions available
ls("package:trawlData")

# check documentation
?raw.sa
?clean.wctri
?trawlAgg
?trawlCast

# check which data sets are available
data(package="trawlData")

See the Wiki

The wiki pages have much more information available, including more examples related to using the package, and instructions/ guidelines for contributing to the package and instructions for installing trawlData and its dependencies.