Error in xy coords x y xlabel ylabel log argument x is missing with no default

0 votes

Hi, my code is showing this, what's the result?

rm(list = ls(all=TRUE))
hira <- read.csv(file.choose(), header = T) 

d<-dist(hira, method = "euclidean")
d

hc1<-hclust(d, method = "complete")

plot(hc1,cex=0.7,hang=-1) 

plot ()
Sep 7, 2020 in Data Analytics by Nurdiana
• 120 points

recategorized Sep 7, 2020 by Gitika 1,751 views

Hi, @Nurdlana,

I would suggest you go through this regarding your query: https://www.edureka.co/community/29998/error-saying-error-coords-xlabel-ylabel-and-lengths-differ

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Data Analytics

0 votes
1 answer

Error saying "Error in xy.coords(x, y, xlabel, ylabel, log) : 'x' and 'y' lengths differ"

Make sure is a factor time <- as.factor(c("pm", ...READ MORE

answered Nov 9, 2018 in Data Analytics by Maverick
• 10,840 points
7,056 views
0 votes
1 answer

Error saying "Error in rnorm() : argument "n" is missing, with no default" in R

Hey @ali, rnorm() function requires an argument, ...READ MORE

answered Oct 30, 2018 in Data Analytics by Maverick
• 10,840 points
2,960 views
+5 votes
0 answers
+1 vote
0 answers
0 votes
1 answer

Error saying "Error in lag(x, 1) : unused argument (1)"

lag only works as expected with time-series ...READ MORE

answered Nov 16, 2018 in Data Analytics by Maverick
• 10,840 points
1,497 views
0 votes
1 answer

Random Forest Error : Error in y - ymean : non-numeric argument to binary operator

Hey, Convert the Class.variable to factor then it might work. random_forest ...READ MORE

answered Oct 9, 2019 in Data Analytics by Cherukuri
• 33,030 points
12,127 views
0 votes
1 answer

Error in unique.default(x, nmax = nmax) : unique() applies only to vectors in R

This error is displayed if you used ...READ MORE

answered Oct 30, 2019 in Data Analytics by Cherukuri
• 33,030 points
12,842 views
0 votes
1 answer

Error in ggplot(iris, aes(x = Species, y = Sepal.Length)) : could not find function "ggplot"

Hi@akhtar, You have to install ggplot module in ...READ MORE

answered Jun 10, 2020 in Data Analytics by MD
• 95,440 points
2,010 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,674 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