########################################################## # # Interactive Visualization # for # Exploratory Data Analysis # ########################################################### # # # A short course introduction to loon and related packages # # Make sure you have first completed ALL preparations as found here. # # https://math.uwaterloo.ca/~rwoldfor/talks/CASI2021/Before_the_course.html # # # Just before the workshop begins # # Make sure you all packages are installed. # (Installation instructions were given in # https://math.uwaterloo.ca/~rwoldfor/talks/CASI2021/Before_the_course.html # ) # # ################# # # Load the diveR suite of packages # # install.packages("diveR") library(diveR) # # # load the main data set # l_web(package = "loon.data", directory = "reference") data(covidNZ) # # # The loon R manual is available online via l_web() ################# # # load other packages # library("tidyverse") library("png")