Skip to content
Back to formatted view

Raw Message

Message-ID: <CAM9Qe4i6K3sHHg7XXcwLSc0aYosEjjkGOAdU3qq=1JO4mtRrTA@mail.gmail.com>
Date: 2017-06-16T14:33:20Z
From: greg holly
Subject: point size

Hi all;

I am running the following ggplot codes. Runs well. However, I need to
reflect the numeric values of the log10_P to the point size in the graph.

Your help highly appreciated,

Regards,
Greg


p <- ggplot(mydata,  aes(x = X,  y = log10_P)) +
  theme_bw() +theme(panel.border=element_blank())
  + theme(legend.position="top",  axis.text=element_text(size = 8))
  (p1 <- p + geom_point(aes(color = Traits)

	[[alternative HTML version deleted]]