I am trying to use the ggplotly to convert ggplot object and it returns nothing, just a blank viewer... Can anyone tell me why? Thanks in advance.
ggp = ggplot(data = mtcars, aes(cyl)) + geom_density(kernel = "gaussian")
ggplotly(ggp)
I am trying to use the ggplotly to convert ggplot object and it returns nothing, just a blank viewer... Can anyone tell me why? Thanks in advance.
ggp = ggplot(data = mtcars, aes(cyl)) + geom_density(kernel = "gaussian")
ggplotly(ggp)
Copyright © 2021 Jogjafile Inc.