I'd like to constrain the y-axis on dendrogram plot in R. Now, I have the y-axis ranging from 1 to 3000. Is the correct function to achieve this ylim
? How should I do it?
plot(fit, main = 'Dendrogram', xlab = '',
ylim =c(1,500), sub ='', axes = TRUE, ylab = 'Distance')