Skip to content

ammaciel/Shiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shiny Time Series

This application is based on shiny, an interactive web applications with R, which allows to see time series in an environment web.

wtss.R is an R client package for handling Web Time-Series Service (WTSS) in the client side, see https://github.com/e-sensing/wtss.R.

Usage

  • Open RStudio

  • Install devtools install.packages("devtools")

  • Load devtools library(devtools)

  • Install the wtss.R package install_github("e-sensing/wtss.R")

  • Load the wtss.R package library(wtss.R)

  • If you not have installed svn ("subversion") yet, open terminal and install it sudo apt-get install subversion

  • Download the folder of github project svn export https://github.com/ammaciel/Shiny/trunk/data

  • Load devtools library(shiny)

  • Launch the app by running runApp("~/data/wtss"). Directory which contains the scripts.

  • In a web application, load file "example_2009_2010.csv" from directory ~/data

Web Application

Fig. 1. Open a file in the format .csv and view raster with parts of the time series

Fig. 1. Open a file in the format .csv and view raster with parts of the time series

Fig. 2. View of a time series from WTSS

Fig. 2. View of a time series from WTSS

About

Test using WTSS to plot time series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages