Volcano data using R & Plotly

Hari Prasad
16-Jan-2017

Data & Code

For Assignment we are going to plot of volcano data.

Maunga Whau (Mt Eden) is one of about 50 volcanos in the Auckland volcanic field. This data set gives topographic information for Maunga Whau on a 10m by 10m grid.

library(plotly)
p <- plot_ly(z = ~volcano, type = "surface")
plotly_POST(p, filename = "3dgl")

Chart