Time and Date

date()
## [1] "Sun Aug 26 16:26:50 2018"

Interactive Plot Code

library(plotly)
 g1 <- plot_ly(z = ~volcano, type = "surface")
 g2 <- plot_ly(z = ~volcano, type = "heatmap")

Map 1

g1

Map 2

g2