tms_visualization
Fast ggplots for data from TMS dataloggers.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.3%) to scientific vocabulary
Keywords
Repository
Fast ggplots for data from TMS dataloggers.
Basic Info
- Host: GitHub
- Owner: TlaskalV
- Language: R
- Default Branch: master
- Homepage: https://labenvmicro.shinyapps.io/TMS_app/
- Size: 396 KB
Statistics
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
TMS visualization
App for fast plots based on temperature and moisture data from TMS dataloggers produced by TOMST.
Table of contents
Data upload
To visualize data just upload raw .csv file with prefix data_ downloaded from TMS datalogger (see example csv file here). Temperature and moisture data can be easily filtered by date.
There is an option to plot data from different combinations of sensors. Plot uses hrbrthemes design.
Example plots
Combined temperature and moisture data
Temperature data only
Where to try app
There are two options to access the app:
* online web app hosted on labenvmicro.shinyapps.io
* or start your local installation of R language and paste following code which automatically downloads prerequisties and starts app:
install.packages(c("shiny", "shinythemes", "readr", "tidyverse", "Rmisc", "tools", "devtools", "showtext", "shinycssloaders", "hrbrthemes"))
devtools::install_github("thomasp85/patchwork")
devtools::install_github("rstudio/fontawesome")
library(shiny)
runGitHub("TMS_visualization", "Vojczech")
Owner
- Name: Vojtech Tlaskal
- Login: TlaskalV
- Kind: user
- Location: Ceske Budejovice
- Website: https://orcid.org/0000-0002-2924-9470
- Repositories: 1
- Profile: https://github.com/TlaskalV
postdoc at Department of Microbiology, Radboud University, Nijmegen, NL & Institute of Soil Biology and Biogeochemistry, Biology Centre, CZ
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Tlaskal
given-names: Vojtech
orcid: https://orcid.org/0000-0002-2924-9470
title: "TMS visualization"
version: 1.0.0
doi: 10.5281/zenodo.6408894
date-released: 2019