Publications by Hsin Chih Chen
Advanced Data Visualization with R: Week 2 Review
Hsin Chih Chen Spatial Figures Problem 1 Create the following figure, using the data included in the R Markdown file. Problem 2 Create the following figure, using the data included in the R Markdown file. Problem 3 Create the following figure, using the data included in the R Markdown file. Note that the code in the .rmd file will import a se...
453 sym 3 img
Data Visualization Capstone: Week 1
Project Topic My capstone project will be demonstrating the environment level for beach quality within the City of Chicago. This data is fascinating in a way where the wave height, water temperature and turbidity across different beaches in Chicago. Box plots, scatter plots with trends and bar charts will be applied to compare between different b...
2256 sym
Visualizing Data in the Tidyverse Project
Data Obtainment This section helps to identify the file source and download respective CSV files. library(tidyverse) library(ggrepel) library(scales) # Record URLs for data source url1 <- c("https://d3c33hcgiwev3.cloudfront.net/ERgbPUSBTj2YGz1Egd49gA_64d91f329b334df59109113c3084708f_data_fastfood_sales.csv?Expires=1649030400&Signature=KlMKgz...
176 sym R (4302 sym/6 pcs) 5 img
Exploratory Data Analysis - PA1
Purpose The purpose of this assignment is to use UC Irvine’s Machine Learning Respository’s data to validate the household electric power consumptions, please refer to this particular electrical power consumption data link Step Wise Implementation Load the data.table package to execute while download & unzip the dataset from UCI repo by us...
1239 sym R (6055 sym/4 pcs)