You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "Introduction to Multivariate Data Visualization"
output:
learnr::tutorial:
runtime: shiny_prerendered
author: Fabian Beck and Shahid Latif
description: "An introduction to data visualization that focuses on the explorative analysis of multivariate (tabular) data and uses interactive examples in R."
---
```{r setup, include=FALSE}
library(learnr)
library(ggplot2)
library(GGally)
world <- read.csv("https://raw.githubusercontent.com/vis-uni-bamberg/mv-vis/main/data/world_dataset.csv", header=TRUE)