Hello I am trying to create a basic 3D surface in R (version 3.3.2)
but I am receiving the following error… Can please someone help me?
thank you so much in advance!!!
p ← plot_ly(z = ~temp) %>% add_surface()
Error: could not find function “%>%”
p<-plotly::plot_ly(z=~temp)
add_surface(p)
Error in add_surface(p) : could not find function “%||%”