So I have been playing with bubble plot and I was able to create bubble plot
with relatively simple data. I am no having problems when I increase the
complexity of my data. Below is a example of my data:
phytochemicalMainClassFitValues
Name A 0.5
On 11-05-03 09:23 AM, Jurgens de Bruin wrote:
> So I have been playing with bubble plot and I was able to create bubble
> plot with relatively simple data. I am no having problems when I
> increase the complexity of my data. Below is a example of my data:
>
> phytochemicalMainClassFitValue
Thanks for all the help!!!
On 16 April 2011 08:32, Tal Galili wrote:
> Hi Jurgens,
>
> In the following post I show how to use balloonplot from qplots to do more
> or less what you ask:
>
> http://www.r-statistics.com/2010/02/nutritional-supplements-efficacy-score-graphing-plots-of-current-studi
Hi Jurgens,
In the following post I show how to use balloonplot from qplots to do more
or less what you ask:
http://www.r-statistics.com/2010/02/nutritional-supplements-efficacy-score-graphing-plots-of-current-studies-results-using-r/
p.s: the code has a slight modification to it, so to handle ov
On 04/15/2011 01:13 AM, Jurgens de Bruin wrote:
> Thanks for the reply...
>
> with reproducible I am believe you require a dataset?
yes -- but you can make one up if you like. e.g.
dd <- expand.grid(drugclass=LETTERS[1:5],
plant=c("cactus","sequoia","mistletoe"))
set.seed(101)
dd$fitvalue
On 04/14/2011 11:48 PM, Jurgens de Bruin wrote:
Hi,
I do not have much R experience just the basics, so please excuse
any obvious questions.
I would like to create bubble plot that have Categorical data on the x and y
axis and then the diameter if the bubble the value related to x and y.
Atta
Jurgens de Bruin gmail.com> writes:
>
> Hi,
>
> I do not have much R experience just the basics, so please excuse
> any obvious questions.
>
> I would like to create bubble plot that have Categorical data on the x and y
> axis and then the diameter if the bubble the value related to x and y.
>
Thanks for the reply...
with reproducible I am believe you require a dataset?
The size of the bubbles will be related to the fitvalues.
On 14 April 2011 17:57, Ben Bolker wrote:
> Jurgens de Bruin gmail.com> writes:
>
> >
> > Hi,
> >
> > I do not have much R experience just the basics, so p
work.
See ?par xaxt and yaxt to suppress the labeling and have look at axis for how
to add the category labels
--- On Thu, 4/14/11, Jurgens de Bruin wrote:
> From: Jurgens de Bruin
> Subject: [R] Categorical bubble plot
> To: r-help@r-project.org
> Received: Thursday, April 14
Jurgens de Bruin gmail.com> writes:
>
> Hi,
>
> I do not have much R experience just the basics, so please excuse
> any obvious questions.
>
> I would like to create bubble plot that have Categorical data on the x and y
> axis and then the diameter if the bubble the value related to x and y.
>
10 matches
Mail list logo