⚠️There's a newer version (1.3.0) of this package. Take me there.

Jump to installation instructions

actel

of non-interactive code*

Read the latest news here!

Overview

If you are using acoustic telemetry to track animals as they move inside a study area or as they migrate somewhere, actel is the package for you. By bringing together the study area configuration and the recorded detections, actel provides a systematic way of analysing fish migration and residency data.

Main functions:

1. explore()

explore() allows you to quickly get a summary of your data. You can use explore() to get a general feel for the study results, and check if the input files are behaving as expected. It is also a good candidate if you just want to validate your detections for later use in other analyses.

2. migration()

The migration() analysis runs the same initial checks as explore(), but on top of it, it analyses the fish behaviour. By selecting the arrays that lead to success, you can define whether or not your fish survived the migration. Additional plots help you find out if some fish has been acting odd. Multiple options allow you to tweak the analysis to fit your study perfectly.

3. residency()

The residency() analysis runs the same initial checks as explore(), but, similarly to migration, explores particular points of the fish behaviour. If you want to know where your fish were in each day of the study, how many fish were in each section each day, and other residency-focused variables, this is the analysis you are looking for!

Unlock actel's full potential

To truly learn how to operate actel, you must read the package vignettes. These have been arranged so that you can prepare your analysis as you learn; quite soon you will get your first results!

Here are some examples:

Movement tables:

ArrayDetectionsFirst stationLast stationFirst timeLast timeTime travellingTime on array
River114St.1St.22019-05-15 10:30:002019-05-15 13:00:00NA3:30
River23St.4St.42019-05-15 13:50:002019-05-15 14:40:000:500:50
River38St.5St.62019-05-15 16:00:002019-05-15 16:20:001:200:20
Fjord221St.10St.112019-05-16 15:10:002019-05-16 18:00:0022:502:50
Sea11St.18St.182019-05-18 09:45:002019-05-18 09:45:0015:450:00

Detection graphics

Times of arrival and summary information

Array efficiency and fish progression

Individual residency

Global residency

Installing actel

CRAN version: 1.0.0

actel is available on CRAN. To install the latest stable version, simply run:

install.packages("actel")

Development version

If you would like to install the latest updates (which have not been integrated to CRAN yet), you can run the line below. Note that you need to have the package remotes installed!

remotes::install_github("hugomflavio/actel", build_opts = c("--no-resave-data", "--no-manual"), build_vignettes = TRUE)

Have a look at the manual:

After installing, you should read the package vignettes (i.e. the manual), which can be found by running:

browseVignettes("actel")

Note:

  1. If the vignettes are not showing up with the command above, you can download them directly here: actel_vignettes.zip
  2. If you are getting "pandoc document conversion" errors during the package installation, try installing the newest version of pandoc, restarting R and trying again.

* interactive code (i.e. code that expects user input) cannot be tested automatically using codecov and, as such, was excluded from the codecov scope.

Copy Link

Version

Down Chevron

Install

install.packages('actel')

Monthly Downloads

492

Version

1.1.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Last Published

August 1st, 2020

Functions in actel (1.1.0)