April 21, 2017

Assignmnet

this is the assignment made to use plotly and R markdown presentation

Slide with information

  • Name: Aakansha garg
  • Date: 21/4/17
  • work: assignment

Slide with plotly

library("plotly")
## Warning: package 'plotly' was built under R version 3.3.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

Slide with Plot

plot_ly(z=~volcano)
## No trace type specified:
##   Based on info supplied, a 'heatmap' trace seems appropriate.
##   Read more about this trace type -> https://plot.ly/r/reference/#heatmap
## Warning in doColorRamp(colorMatrix, x, alpha, ifelse(is.na(na.color), "", :
## '.Random.seed' is not an integer vector but of type 'NULL', so ignored