Re: [R] Help needed with data visualization in R

2021-11-01 Thread Jim Lemon
Hi bharat,
There are a number of ways to do this in R. One is:

library(plotrix)
example(size_n_color)

Jim

On Tue, Nov 2, 2021 at 6:43 AM bharat rawlley via R-help
 wrote:
>
>  Thank you very much, for your time and response!
> This did resolve my issue and I apologize if the question was a little too 
> straightforward - I did try to create bubble plots in excel but that did not 
> work, hence, I asked here since it is more of a diagram and less of a plot. 
> Thank you very much for your time and help!
> On Monday, 1 November, 2021, 09:47:29 pm IST, Bert Gunter 
>  wrote:
>
>  ... a simple web search on "bubble plots R" (what else?) would have brought 
> up many relevant hits. One should always try such obvious "homework" before 
> posting here. Better and quicker info often results.
>
> Bert Gunter
>
> "The trouble with having an open mind is that people keep coming along and 
> sticking things into it."
> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
>
>
> On Mon, Nov 1, 2021 at 8:15 AM Eric Berger  wrote:
>
> I have no experience with this but I did a search and found the following
> which looks close to what you are looking for
>
> https://stackoverflow.com/questions/69755844/is-it-possible-to-draw-the-following-diagram-in-r
>
>
>
> On Mon, Nov 1, 2021 at 5:06 PM bharat rawlley via R-help <
> r-help@r-project.org> wrote:
>
> > Hello,
> >
> > I wanted to ask if it is possible to have a data visualization of the
> > following kind in R?
> > It is not exactly a graph; a series of bubbles that have an area
> > corresponding to the percentage inside it arranged in a row.
> > Thank you!
> > __
> > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide
> > http://www.R-project.org/posting-guide.html
> > and provide commented, minimal, self-contained, reproducible code.
> >
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Help needed with data visualization in R

2021-11-01 Thread bharat rawlley via R-help
 Thank you very much, for your time and response! 
This did resolve my issue and I apologize if the question was a little too 
straightforward - I did try to create bubble plots in excel but that did not 
work, hence, I asked here since it is more of a diagram and less of a plot. 
Thank you very much for your time and help! 
On Monday, 1 November, 2021, 09:47:29 pm IST, Bert Gunter 
 wrote:  
 
 ... a simple web search on "bubble plots R" (what else?) would have brought up 
many relevant hits. One should always try such obvious "homework" before 
posting here. Better and quicker info often results.

Bert Gunter

"The trouble with having an open mind is that people keep coming along and 
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )


On Mon, Nov 1, 2021 at 8:15 AM Eric Berger  wrote:

I have no experience with this but I did a search and found the following
which looks close to what you are looking for

https://stackoverflow.com/questions/69755844/is-it-possible-to-draw-the-following-diagram-in-r



On Mon, Nov 1, 2021 at 5:06 PM bharat rawlley via R-help <
r-help@r-project.org> wrote:

> Hello,
>
> I wanted to ask if it is possible to have a data visualization of the
> following kind in R?
> It is not exactly a graph; a series of bubbles that have an area
> corresponding to the percentage inside it arranged in a row.
> Thank you!
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

        [[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

  
[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Help needed with data visualization in R

2021-11-01 Thread Bert Gunter
... a simple web search on "bubble plots R" (what else?) would have brought
up many relevant hits. One should always try such obvious "homework" before
posting here. Better and quicker info often results.

Bert Gunter

"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )


On Mon, Nov 1, 2021 at 8:15 AM Eric Berger  wrote:

> I have no experience with this but I did a search and found the following
> which looks close to what you are looking for
>
>
> https://stackoverflow.com/questions/69755844/is-it-possible-to-draw-the-following-diagram-in-r
>
>
>
> On Mon, Nov 1, 2021 at 5:06 PM bharat rawlley via R-help <
> r-help@r-project.org> wrote:
>
> > Hello,
> >
> > I wanted to ask if it is possible to have a data visualization of the
> > following kind in R?
> > It is not exactly a graph; a series of bubbles that have an area
> > corresponding to the percentage inside it arranged in a row.
> > Thank you!
> > __
> > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide
> > http://www.R-project.org/posting-guide.html
> > and provide commented, minimal, self-contained, reproducible code.
> >
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Help needed with data visualization in R

2021-11-01 Thread Eric Berger
I have no experience with this but I did a search and found the following
which looks close to what you are looking for

https://stackoverflow.com/questions/69755844/is-it-possible-to-draw-the-following-diagram-in-r



On Mon, Nov 1, 2021 at 5:06 PM bharat rawlley via R-help <
r-help@r-project.org> wrote:

> Hello,
>
> I wanted to ask if it is possible to have a data visualization of the
> following kind in R?
> It is not exactly a graph; a series of bubbles that have an area
> corresponding to the percentage inside it arranged in a row.
> Thank you!
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Help needed with data visualization in R

2021-11-01 Thread bharat rawlley via R-help
Hello, 

I wanted to ask if it is possible to have a data visualization of the following 
kind in R? 
It is not exactly a graph; a series of bubbles that have an area corresponding 
to the percentage inside it arranged in a row. 
Thank you! 
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.