How to create a box-plot using plotly in R

0 votes
I want to explore how to create box- plot in R using plotly. I know there are many other functions ad packages, but i want to explore this function.

Can someone please help me out!
Jul 4, 2018 in Data Analytics by DataKing99
• 8,240 points
7,159 views

1 answer to this question.

0 votes

You can use this command to create a box-plot in R:

plot_ly(house,y=~price,x=~rooms,color=~rooms,type="box")

boxplot-R Interview Quesitons-Edureka

answered Jul 4, 2018 by CodingByHeart77
• 3,740 points
Hi! Thanks. My question is, how I supposed to have my database organized for this code?

You have to convert your database in pandas dataframe. After that you can directly use in plotly function.

Can you tell, about your dataset format?

Related Questions In Data Analytics

0 votes
1 answer

How to create a pirate plot in R?

Hi@akhtar, A pirate plot a plot contained in ...READ MORE

answered Oct 30, 2020 in Data Analytics by MD
• 95,440 points
1,318 views
+1 vote
1 answer

How to convert a list of dataframes in to a single dataframe using R?

You can use the plyr function: data <- ...READ MORE

answered Apr 14, 2018 in Data Analytics by Sahiti
• 6,370 points
6,282 views
0 votes
1 answer

How to create a new R6 Class in R?

You have to first create an object ...READ MORE

answered Jul 5, 2018 in Data Analytics by DataKing99
• 8,240 points
1,037 views
+5 votes
0 answers
0 votes
1 answer

How to plot side-by-side Plots with ggplot2 in R?

By Using gridExtra library we can easily ...READ MORE

answered Apr 16, 2018 in Data Analytics by DeepCoder786
• 1,720 points

edited Jun 9, 2020 by MD 8,496 views
0 votes
11 answers

Changing the legend title in ggplot

Hi, you can also try guides() to ...READ MORE

answered Jul 30, 2019 in Data Analytics by Cherukuri
• 33,030 points
16,896 views
0 votes
1 answer

How to order bars in a bar graph using ggplot2?

The key to ordering is to set ...READ MORE

answered Jun 1, 2018 in Data Analytics by DataKing99
• 8,240 points
909 views
0 votes
1 answer

How to add regression line equation and R2 on graph?

Below is one solution: # GET EQUATION AND ...READ MORE

answered Jun 1, 2018 in Data Analytics by DataKing99
• 8,240 points
6,468 views
0 votes
1 answer

How to create dummy variables based on a categorical variable of lists in R?

You can use mtabulate in the following way: library(qdapTools) cbind(data[1], ...READ MORE

answered Apr 13, 2018 in Data Analytics by CodingByHeart77
• 3,740 points
2,292 views
0 votes
1 answer

How to build a Scatter-plot using plotly?

With the help of “plotly” we can ...READ MORE

answered Jul 6, 2018 in Data Analytics by CodingByHeart77
• 3,740 points
1,400 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP