Skip to content

an-bui/interactive-data-vis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spatial data visualization

This is a workshop written for UCSB MEDS Winter 2023. The rendered template document is here.

Libraries

You will need to have the following libraries installed:

# general use
library(here) # file organization
library(tidyverse) # manipulating
library(sf) # reading in spatial data, etc.
library(janitor) # cleaning variable names
library(lterdatasampler) # data source
library(randomcoloR) # random color generator

# Javascript package wrappers
library(leaflet) # interactive map
library(plotly) # interactive plots
library(ggiraph) # more interactive plots
library(echarts4r) # even more interactive plots

Caveats

If you want to use custom icons and have the legends disappear as you click group layers, that only works in a Shiny app per this Stack Overflow post.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages