Skip to content

BritishTrustForOrnithology/RakeRvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Chris Thaxter 21/05/2025

RakeRvis

Current version: 1.0.0

The RakeRvis package is a Shiny app to support MoveRakeR. This is an initial release and is subject to ongoing tests and updates. More detailed instructions will be added in due course.

Installation

Please install RakeRvis by using:

devtools::install_github('BritishTrustForOrnithology/RakeRvis', build_vignettes = TRUE)

Dependencies

RakeRvis needs MoveRakeR installed to function correctly. In addition the following packages are required:

shiny, shinydashboard, shinyBS, shinyjs, shinybusy, shinyWidgets, htmltools, leaflet, leafgl, leaflet.extras2, sfheaders, sf, data.table, DT, dplyr, markdown, mapdeck and leaflegend

Usage

The RakeRvis package should be used as a visualisation tool alongside the MoveRakeR package to aid in visualisation of GPS tracking data of individual animals. Data can be provided initially to the app, or downloaded in the app from MoveBank or UvA-BiTS data repositories.

library(RakeRvis)

data <- read.csv(data.csv,sep = ",", header=TRUE)
data <- Track(data)

RakeRvis(data)

The RakeRvis package makes use of leaflet, leafgl and mapdeck. Note, for smoother running with mapdeck we receommned installing the very latest releases from SymbolixAU and associated packages rather than the current Cran version, e.g. :

 
devtools::install_github('SymbolixAU/colourvalues')
devtools::install_github('SymbolixAU/spatialwidget')
devtools::install_github('SymbolixAU/mapdeck')

More detailed notes and help files within the app will follow soon…

About

Shiny app for visualisation of tracking data to support the MoveRakeR package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages