July 12, 2019

Introduction

  1. This is a web page presentation is using R Markdown that features a plot created with Plotly.
  2. This presentation shows the fate of passengers on the fatal maiden voyage of the ocean liner "Titanic", summarized according to the economic status(class), sex, age and survival.

Load Data

## Warning: package 'plotly' was built under R version 3.5.3
## Loading required package: ggplot2
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout
## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union

Plot