Skip to content

cathsmith57/DotMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotMapper

DotMapper is an R Shiny app.

Features

  • Plot locations of cases and (optionally) associated venues of interest.
  • Plot points colour coded according to any categorical variable.
  • Interactively display subsets of data according to multiple variables.
  • Select points by date using slider.
  • Display key details of individual cases or venues by clicking on points.
  • Display summary table of key statistics.
  • Display epidemic curve by year, quarter, month, week or day.

Running the app

To use DotMapper, you need to have R installed on your machine.

You then need to install the Shiny package: install.pacakges("shiny"), and load it: library(shiny).

Then, run the app using the R command:

runGitHub("DotMapper", "cathsmith57", launch.browser=T)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages