Skip to content

ahasverus/bioclimaticatlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bioclimaticatlas

A R Shiny application to display results of the Tundra Nunavik project.

Screenshot

This repository contains the complete code for running in a localhost machine the following app https://ahasverus.shinyapps.io/bioclimaticatlas/.

To download the code, click on the green button Clone or Download or use git if you know it.

Before running this app, please install the following R packages:

  • leaflet
  • shiny
  • shinyjs
  • sp
  • rgdal
  • raster
  • rgeos
  • Cairo
  • RColorBrewer

To locally launch this app, type the following command lines in the R console:

library(shiny)
setwd("path/to/the/app/folder")
runApp()