Publications by Daryl Lim

Human Development Index (HDI)

20.12.2022

Human Development Index (HDI) Daryl Lim Explore HDI 1990-2021 Chart 2021 Map Column 2021 1990-2021 Tables Column 2021 Column Overview 2021 --- title: "Human Development Index (HDI)" author: "Daryl Lim" output: flexdashboard::flex_dashboard: orientation: columns vertical_layout: fill source_code: embed theme...

239 sym R (9141 sym/1 pcs)

Oahu Historical Sales Data

30.12.2022

Oahu Historical Sales Data Daryl Lim Number of Sales Row Total Sales Total Sales Percent Change Single Family and Condo Sales Single Family and Condo Percent Changes Median and Average Sales Prices Row Single Family and Condo, Median and Average Sale Prices Single Family and Condo Median Sales Prices Percent Changes Single Famil...

641 sym

Highcharter Motion Demos

30.12.2022

1 Hello Let’s set motion options to Highcharts objects with the highcharter library. We’ll use the Motion Highcharts Plugin to add an interactive HTML5 player to any Highcharts object. In highcharter, we can use hc_motion(). When the motion controls are in focus, key input is supported including the following: - Tap SPACE bar to play / pause ...

13892 sym R (9840 sym/19 pcs)

Plotly Basic Charts

03.01.2023

1 Hello Let”s make charts with the Plotly R Library by following examples and experimenting with code. # Load packages library(tidyverse) library(lubridate) library(plotly) 2 Bar Charts Bar Charts in R Horizontal Bar Charts in R Reference bar traces 2.1 Basic Bar Chart # Plot plot_ly(x = c("giraffes", "orangutans", "monkeys"), y = c(2...

110602 sym R (173083 sym/148 pcs)

Plotly Statistical Charts

04.01.2023

1 Hello # Load packages library(tidyverse) library(plotly) 2 Histograms Histograms in R Reference histogram traces 2.1 Basic Histogram # Plot plot_ly(x = ~rnorm(50), type = "histogram") 2.2 Normalized Histogram # Plot plot_ly(x = ~rnorm(50), type = "histogram", histnorm = "probability") 2.3 Specify Binning Function # Demo data...

43019 sym R (38668 sym/92 pcs)

Plotly Scientific Charts

05.01.2023

1 Hello # Load packages library(tidyverse) library(plotly) 2 Log Plots Log Plots in R 2.1 Log Axes # Demo data demo_data <- diamonds %>% slice_sample(n = 1000) # Plot plot_ly(demo_data, x = ~carat, y = ~price) %>% add_markers() %>% layout(xaxis = list(type = "log"), yaxis = list(type = "log")) 3 Contour Plots Contou...

60431 sym R (66528 sym/81 pcs)

Plotly Financial Charts

08.01.2023

1 Hello # Load packages library(tidyverse) library(tidyquant) library(plotly) 2 Time Series and Date Axes Time Series and Date Axes in R 2.1 Time Series using Axes of type date # Demo data getSymbols("GOOG", from = "2018-01-01", to = "2019-12-31") [1] "GOOG" demo_data <- data.frame(GOOG$GOOG.Adjusted) %>% as_tibble(row...

72823 sym R (59252 sym/103 pcs)

Plotly Maps

08.01.2023

1 Hello # Load packages library(tidyverse) library(rjson) library(plotly) 2 Choropleth Maps Choropleth Maps in R 2.1 Choropleth Map using GeoJSON # Data url <- "https://raw.githubusercontent.com/plotly/datasets/master/geojson-counties-fips.json" counties <- fromJSON(file = url) url2<- "https://raw.githubusercontent.com/plotly/datasets/master/fi...

40849 sym R (30733 sym/66 pcs)

Case Study: Bellabeat

20.03.2022

1 Ask Bellabeat is a high-tech manufacturer of health-focused smart products for women, cofounded by Urška Sršen and Sandro Mur. Bellabeat is a successful company, but they have the potential to become a larger player in the global smart device market. Urška Sršen, cofounder and Chief Creative Officer, believes that analyzing smart device fit...

61774 sym R (28934 sym/72 pcs) 19 img 7 tbl

Case Study: Cyclistic

15.03.2022

1 Ask Cyclistic is a bike-share program that features more than 5,800 bicycles and 600 docking stations across Chicago. Customers who purchase a single-ride or full-day passes are referred to as casual riders. Customers who purchase annual memberships are Cyclistic members. Cyclistic’s finance analysts have concluded that annual members are muc...

33892 sym R (15060 sym/38 pcs) 14 img 2 tbl