We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56716e commit 1822fbfCopy full SHA for 1822fbf
1 file changed
experiment-trait-data-visualizer/README.md
@@ -0,0 +1,25 @@
1
+### A Shiny app for visualizing trait data in BETYdb
2
+
3
+#### Time series box, line plots and heatmaps for every available season
4
5
+#### Dependencies
6
+- shiny
7
+- shinythemes
8
+- tools
9
+- lubridate
10
+- dplyr
11
+- ggplot2
12
+- timevis
13
+- rgeos
14
+- leaflet
15
+- cronR
16
17
+#### Data cached in 'cache.RData'
18
+#### BETYdb remote access uses ssh tunnel: ssh -Nf -L 5432:localhost:5432 bety6.ncsa.illinois.edu
19
+#### [Request access](https://identity.ncsa.illinois.edu/join/TU49BUUEDM)
20
+#### Set the following environment variables
21
+- bety_dbname ('bety')
22
+- bety_password
23
+- bety_host ('localhost')
24
+- bety_port ('5432')
25
+- bety_user ('bety')
0 commit comments