https://drive.google.com/file/d/1-d6WCLWOTrqc-Coyeayg1af1XOm__mZ7/view?usp=sharing Hi I have got data set which consists of tap on and tap off myki data ( it’s card used in Melbourne for public...

1 answer below »


https://drive.google.com/file/d/1-d6WCLWOTrqc-Coyeayg1af1XOm__mZ7/view?usp=sharing



Hi
I have got data set which consists of tap on and tap off myki data ( it’s card used in Melbourne for public transport)
In that data we have got many attributes which includes altitude and latitude and so many other
I need insights of data set , analysis and visualisation on a map and a final report

Thanks





Answered Same DayAug 03, 2021

Answer To: https://drive.google.com/file/d/1-d6WCLWOTrqc-Coyeayg1af1XOm__mZ7/view?usp=sharing Hi I have got...

Pritam answered on Aug 16 2021
139 Votes
---
title: "Untitled"
author: "Unknown"
date: "16 August 2019"
output: pdf_document
---
```{r
setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# Required libraries:
```{r}
library(data.table)
library(ggplot2)
```
# Set the working directory where the analysis files are located and then read the files to analyse different weeks data.
```{r}
samp = 0
on_folder = sub("x",samp,"2018on")
off_folder = sub("x",samp,"2018off")
on_files = list.files(on_folder,recursive =...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here