this is the assignment made to use plotly and R markdown presentation
April 21, 2017
this is the assignment made to use plotly and R markdown presentation
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
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