All Projects → ctmm-initiative → Ctmmweb

ctmm-initiative / Ctmmweb

Licence: other
Web app for analyzing animal tracking data, built upon ctmm R package

Programming Languages

r
7636 projects

Labels

Projects that are alternatives of or similar to Ctmmweb

Shinydashboardplus
extensions for shinydashboard
Stars: ✭ 304 (+1281.82%)
Mutual labels:  shiny
Dt
R Interface to the jQuery Plug-in DataTables
Stars: ✭ 451 (+1950%)
Mutual labels:  shiny
Shinyjs
💡 Easily improve the user experience of your Shiny apps in seconds
Stars: ✭ 566 (+2472.73%)
Mutual labels:  shiny
Waiter
🕰️ Loading screens for Shiny
Stars: ✭ 325 (+1377.27%)
Mutual labels:  shiny
Regexplain
🔍 An RStudio addin slash regex utility belt
Stars: ✭ 413 (+1777.27%)
Mutual labels:  shiny
Awesome Shiny Extensions
🐝 Awesome R packages that offer extended UI or server components for the R web framework Shiny
Stars: ✭ 521 (+2268.18%)
Mutual labels:  shiny
Code
Compilation of R and Python programming codes on the Data Professor YouTube channel.
Stars: ✭ 287 (+1204.55%)
Mutual labels:  shiny
Shinydashboard
Shiny Dashboarding framework
Stars: ✭ 718 (+3163.64%)
Mutual labels:  shiny
Shiny
Easy interactive web applications with R
Stars: ✭ 4,507 (+20386.36%)
Mutual labels:  shiny
Shinywidgets
shinyWidgets : Extend widgets available in shiny
Stars: ✭ 553 (+2413.64%)
Mutual labels:  shiny
Shiny.semantic
Shiny support for powerful Semantic UI library.
Stars: ✭ 345 (+1468.18%)
Mutual labels:  shiny
De
A Programmer's Text Editor
Stars: ✭ 366 (+1563.64%)
Mutual labels:  shiny
Awesome Rshiny
An awesome R-shiny list!
Stars: ✭ 523 (+2277.27%)
Mutual labels:  shiny
Rhandsontable
A htmlwidgets implementation of Handsontable.js
Stars: ✭ 320 (+1354.55%)
Mutual labels:  shiny
Highcharter
R wrapper for highcharts
Stars: ✭ 583 (+2550%)
Mutual labels:  shiny
Cartola
Extração de dados da API do CartolaFC, análise exploratória dos dados e modelos preditivos em R e Python - 2014-20. [EN] Data munging, analysis and modeling of CartolaFC - the most popular fantasy football game in Brazil and maybe in the world. Data cover years 2014-19.
Stars: ✭ 304 (+1281.82%)
Mutual labels:  shiny
Timevis
📅 Create interactive timeline visualizations in R
Stars: ✭ 470 (+2036.36%)
Mutual labels:  shiny
Mastering Shiny
Mastering Shiny: a book
Stars: ✭ 790 (+3490.91%)
Mutual labels:  shiny
Shiny
Iridescent Effect View (inspired by Apple Pay Cash) ✨
Stars: ✭ 707 (+3113.64%)
Mutual labels:  shiny
Golem
A Framework for Building Robust Shiny Apps
Stars: ✭ 530 (+2309.09%)
Mutual labels:  shiny

Introduction

This is a web app for analyzing animal tracking data, built upon ctmm R package. It's also an R package so you can use some features in your code directly.

Install and run app

if (!require("remotes")) install.packages("remotes")
remotes::install_github("ctmm-initiative/ctmmweb")

ctmmweb::app()  
  • We also built a windows installer, which will download R installer if needed, install R and package, create shortcut for the app.

Run app from our website

Just open https://tiny.cc/ctmmweb (Chrome recommended). This will have some resource limitations compare to run the app locally.

References

  • Check the videos, release History, package reference website
  • Suggested citation for the app/package:
X. Dong, C.H. Fleming, M.J. Noonan, and J.M. Calabrese. 2018. ctmmweb: A Shiny web app for the ctmm movement analysis package.
https://github.com/ctmm-initiative/ctmmweb
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].