Plotly for 3d and interactive plots in R

Поделиться
HTML-код
  • Опубликовано: 15 июл 2024
  • Use plotly to create interactive and 3d plots in R. Plotly integrates with ggplot2. If you're interested in data visualisation and want to create plots and graphs that tell a story with your data then plotly is a great place to start. This video is for anyone interested in R programming.
  • РазвлеченияРазвлечения

Комментарии • 17

  • @Esposito_754
    @Esposito_754 18 дней назад

    we would like to know more about these kinds of graphs and pattern for advanced analysis .i love it

  • @Heckiable
    @Heckiable 20 дней назад +1

    I watched it first 🎉 awesome video thank you!

  • @NattyGism
    @NattyGism 20 дней назад

    Marvelous as usual 🎉. Awesome. Thank you

  • @caty863
    @caty863 14 часов назад

    Here, you should have used *scale_color_identity()*
    Since the color names are what is in the data, there is no need to duplicate the names in the scale_color_manual().

  • @abuhurairah4994
    @abuhurairah4994 20 дней назад +1

    It's great 💯👍

  • @AndrewCodwell
    @AndrewCodwell 16 дней назад

    Is it possible to add additional variables to the hover tooltip that are not part of the plot's aes()? For example, in the starwars plot, I would like to hover and see the name and species of the point of interest. Great video as always!

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 20 дней назад

    Nice presentation. Although I am not a big fan of plotly which I find cumbersome and convoluted compared to ggplot2. Neither am I a fan of 3D plots in general. I find them to be misleading and better to use 2D with other type of coding (color, size etc) or faceting for the 3rd dimension. Thanks.

  • @graciousninja
    @graciousninja 20 дней назад

    I used plotly to visualise results from a latent profile analysis on personality scales (similar to your interactive eye colour visual) - wondering now what else I could do with plotly on those results ... ? Thanks for this, love your tutorials!

    • @RProgramming101
      @RProgramming101  20 дней назад

      Looking forward to seeing what else you might do!! Thanks for the feedback.

  • @maximzhentichka350
    @maximzhentichka350 20 дней назад

    I have zero knowledge on programming, so it is not easy-pizzy for me. What to start with? I need only to create damp plots that is it

    • @NattyGism
      @NattyGism 20 дней назад

      Watch his past videos; they build a solid foundation for these current tutorials. I assure you, he is one of the best, if not the best, R tutors out there.

    • @RProgramming101
      @RProgramming101  20 дней назад

      Thanks for that comment @NattyGism... Yes, @maximzhentichka360 - please do go to my channel and start at the beginning. Hopefully you'll get the help you need. www.youtube.com/@rprogramming101

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 19 дней назад

    Greg, It would be great if you could take a stab at echarts4r. It is an interactively package like plotly but as far as I can tell more powerful and somewhat easier to understand. Some of the plots I have seen made by it simply blow my mind. Just a thought.