Error in library wesanderson there is no package called wesanderson

0 votes

Hi Team,

I am learning the pie chart. I want to create a visualization in R with a pie chart. How can I do that?

Oct 28, 2020 in Data Analytics by akhtar
• 38,230 points
676 views

1 answer to this question.

0 votes

Hi@akhtar,

You can create a pie chart with a wes_anderson palette in R.  You can see the below example.

library(wesanderson)
pie3D(sliceValues[1:5],explode=0, theta=1.2, col=wes_palette("Darjeeling2"), main="Darjeeling2")

In the above example, we will only use 5 slices.

answered Oct 28, 2020 by MD
• 95,440 points

Related Questions In Data Analytics

0 votes
1 answer

Error in library(randomForest) : there is no package called ‘randomForest’

Hi@akhtar, You need to install the library in ...READ MORE

answered Oct 6, 2020 in Data Analytics by MD
• 95,440 points
9,788 views
0 votes
1 answer

Error in library(Metrics) : there is no package called ‘Metrics’

Hi@akhtar, The matrics library is not available in ...READ MORE

answered Oct 6, 2020 in Data Analytics by MD
• 95,440 points
3,639 views
0 votes
1 answer

Error in library("XML") : there is no package called ‘XML’

Hi@akhtar, You can find some packages pre-installed in ...READ MORE

answered Oct 29, 2020 in Data Analytics by MD
• 95,440 points
2,559 views
0 votes
1 answer

Error in library("xlsx") : there is no package called ‘xlsx’.

Hi@akhtar, You can use the following command in ...READ MORE

answered Oct 29, 2020 in Data Analytics by MD
• 95,440 points
2,293 views
0 votes
1 answer

Error in library(data.table) : there is no package called ‘data.table’

Hi@akhtar, You need to install the package in ...READ MORE

answered Oct 6, 2020 in Data Analytics by MD
• 95,440 points
2,508 views
0 votes
1 answer

Error in library(plotrix) : there is no package called ‘plotrix’

Hi@akhtar, You can use the install command at ...READ MORE

answered Oct 28, 2020 in Data Analytics by MD
• 95,440 points
4,019 views
0 votes
1 answer

Error in library(RColorBrewer) : there is no package called ‘RColorBrewer’

Hi@akhtar, It may happen that some libraries are ...READ MORE

answered Oct 28, 2020 in Data Analytics by MD
• 95,440 points
1,997 views
+3 votes
1 answer

Error in library(cowplot) : there is no package called ‘cowplot’

Hi@akhtar, By default, the cowplot module is not ...READ MORE

answered Jun 10, 2020 in Data Analytics by MD
• 95,440 points
2,748 views
0 votes
1 answer

Error in library(plyr) : there is no package called ‘plyr’

Hi@akhtar, You need to install this library in ...READ MORE

answered Sep 7, 2020 in Data Analytics by MD
• 95,440 points
6,555 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