Skip to content
View SPLOpenData's full-sized avatar

Block or report SPLOpenData

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. "The Pulse of COVID" This R script c... "The Pulse of COVID" This R script creates an audio 'visualization' of COVID data from the CDC.
    1
    #"The Pulse of COVID"
    2
    #This R script creates an audio 'visualization' of covid data from the CDC.
    3
    #Notes on what you'll hear: (1) New cases aggregated to week are scaled as the volume and new deaths as the pitch.
    4
    #(2) The addition of new data over time will affect the scaled output sound of code re-reun in the future.
    5
    library(RSocrata) #For downloading CDC data.
  2. This example R script creates a visu... This example R script creates a visualization using ggplot2 with both ggtextures & magick images.
    1
    #Eample visualization to demonstrate use of ggplot + ggtextures + magick images``
    2
    library(magick)
    3
    library(ggplot2)
    4
    library(ggtextures) #Not on CRAN. Use: devtools::install_github("clauswilke/ggtextures")
    5
    library(dplyr)
  3. This R script downloads King County ... This R script downloads King County WA parcel open data in R as an sf object, and creates point-based centroids for each_parcel.
    1
    #This R script downloads King County WA parcel open data in R as an sf object, and creates point-based centroids for each_parcel.
    2
    #This script is intented to help you get up and running. 
    3
     
    4
    #Tempfile used for downloading.
    5
    temp <- tempfile()
  4. visualizingthefuture/examples-repository visualizingthefuture/examples-repository Public

    Repository for https://visualizingthefuture.github.io/examples-repository

    SCSS 5 2

  5. visualizingthefuture/visualizingthefuture.github.io visualizingthefuture/visualizingthefuture.github.io Public

    Go to site ---->

    HTML 4 2