12/1/2022

Synoposis

This document is for the submission for Developing Data Products - Week 3 Assignment. The project is for creating a webpage using R markdown that features a plot created with Plotly.

Load Package

## 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

Plot 1

Plot 1 is for volcano plot using plotly.

Plot 2

Plot 2 is for boxplot using plotly.

Plot 3

Plot 3 is for creating a scatter plot using plotly.

## Warning: `line.width` does not currently support multiple values.

## Warning: `line.width` does not currently support multiple values.

## Warning: `line.width` does not currently support multiple values.

```