MulaiMulai sekarang secara gratis

Creating your own plotly plots

As you have seen, ggplot objects can be converted into a Plotly object, and hence be made interactive via the plotly library. This allows a user to interact with these plots with a mouse.

In the following, you will practice creating some Plotly objects with some exercises, given two existing ggplot objects called histogram and scatter which have been loaded for you.

The London Airbnb dataset has been stored as a data frame called listings in this exercise and the tidyverse library has already been loaded for you.

Latihan ini adalah bagian dari kursus

Building Dashboards with shinydashboard

Lihat Kursus

Latihan interaktif praktis

Cobalah latihan ini dengan menyelesaikan kode contoh berikut.

# Import plotly
___

# Convert histogram into a plotly object
___
Edit dan Jalankan Kode