Skip to content

MazamaScience/tiotemp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{tiotemp} -- A spatiotemporal visualization package.

The tiotemp R package is developed and supported by Mazama Science to simplify the presentation of environmental and/or time series data with interactive and responsive visualizations. The package is written with JavaScript (D3.js, Leaflet.js, and Plotly.js) in conjunction with the htmlwidgets package to provide the user with easy-to-use R-bindings. tiotemp was designed to accommodate working with Shiny applications, as well as and static HTML pages.

The tiotemp package is developed around a focused set of powerful interactive visualizations. The package currently supports three separate visualizations:

  • Time Series Slider Map

  • Time Series Hourly Bar Chart

  • Calendar Heat Map

Getting Statrted

Installation

# Install Remotes package
install.packages('remotes')

remotes::install_github('MazamaScience/tiotemp')