Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6951003
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:09:50+00:00 2026-05-27T14:09:50+00:00

I generate a dendrogam using a collection of r commands. It worked just fine

  • 0

I generate a dendrogam using a collection of r commands. It worked just fine and saved the generated dendromgram into a PDF file. To improve efficiency, I wrapped these commands as a function, which does not change anything. However, the pdf is just a blank file without any graphical content. Please let me know what’s wrong with my function defintion. Thanks.

myplot<-function(inputcsv, outputfile){

library(ggdendro)

library(ggplot2)

x<-read.csv(inputcsv,header=TRUE)

d<-as.dist(x,diag=FALSE,upper=FALSE)

hc<-hclust(d,"ave")

dhc<-as.dendrogram(hc)

ddata<-dendro_data(dhc,type="rectangle")

ddata$labels$text <- gsub("\\."," ",ddata$labels$text)

ggplot(segment(ddata))+geom_segment(aes(x=x0,y=y0,xend=x1,yend=y1))
pdf(outputfile, width=30,height=35)

last_plot()

dev.off()
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T14:09:50+00:00Added an answer on May 27, 2026 at 2:09 pm

    R FAQ

    Wrap your ggplot call in a print() function.

    ggplot and friends return an object, and the plotting only happens when the object is printed. When you do this on the command line the printing happens automatically. When you stick it in a script or function you have to do it yourself.

    The debate on whether this is a good idea or a dumb thing that just generates questions like this continues…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I generate a pdf file from HTML using Pisa: def fetch_resources(uri, rel): path =
I generate a PDF file using Prawn and the Prawnto plugin in my rails
I generate csv files with fputcsv and it works just fine, but when I
I generate a dynamic assembly with CSharpCodeProvider, from a C# source saved into a
I generate some code using CXF from a WSDL-file. When compiling the code with
I generate csv files with fputcsv and it works just fine, but when I
I generate graphml file from my application writing in Delphi7. Every thing is fine
I generate Java classes from my XSD schema file using XJC command line tool.
I generate a .svg image (which is a xml file) using Inkscape. I set
I generate some PDF via XSLT transformation (FOP) from XML. The PDF file is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.