suppressPackageStartupMessages(library(plotly))
p1<-plot_ly(trees, x = trees$Girth ,y=trees$Height, z = trees$Volume,
color=~Height,size=~Girth)
18 May 2021
suppressPackageStartupMessages(library(plotly))
p1<-plot_ly(trees, x = trees$Girth ,y=trees$Height, z = trees$Volume,
color=~Height,size=~Girth)