Recently Published
Slide Decks For Natural Processing Language
Coursera: Capstone: R application
Capstone: Coursera Milestone Midterm Report
Building the word prediction application
Machine Learning Basic
Machine Learning Basic
Introduction to Interactive R
interactive chart
First R interactive
interactive chart
Shiny presentation
Hope that helps
HTML Leaflet
library(leaflet) df <- data.frame(lat = runif(20, min = 8.56 , max = 23.59), lng = runif(20, min = 102.14, max = 109.46), col = sample(c("red", "blue", "green"), 20, replace = TRUE), stringsAsFactors = FALSE) df %>% leaflet() %>% addTiles() %>% addCircleMarkers(color = df$col) %>% addLegend(labels = LETTERS[1:3], colors = c("blue", "red", "green"))
Assignment week 3
Nguyen Tan Dat
HTML Leaflet
library(leaflet)
df <- data.frame(lat = runif(20, min = 8.56 , max = 23.59),
lng = runif(20, min = 102.14, max = 109.46),
col = sample(c("red", "blue", "green"), 20, replace = TRUE),
stringsAsFactors = FALSE)
df %>%
leaflet() %>%
addTiles() %>%
addCircleMarkers(color = df$col) %>%
addLegend(labels = LETTERS[1:3], colors = c("blue", "red", "green"))
Health and Economic Impact of Weather Events in the US
Assignment: Exploratory Data Analysis