Re: [R] Nightingale’s Rose chart-any suggestion?

2012-12-02 Thread Jim Lemon
On 11/30/2012 11:24 PM, Henry Smith wrote: Hello, Everyone. Does anyone know how to create a Nightingale’s Rose chart by using R? Hopefully, the graph could be displayed like this: http://mbostock.github.com/protovis/ex/crimea-rose.html Hi Henry, I cited Florence in a paper with Anupam Tyagi a

Re: [R] Nightingale’s Rose chart-any suggestion?

2012-11-30 Thread John Kane
e- > From: henry.helsi...@gmail.com > Sent: Fri, 30 Nov 2012 14:56:51 +0100 > To: djmu...@gmail.com, r-help@r-project.org > Subject: Re: [R] Nightingale’s Rose chart-any suggestion? > > Dear Dennis, > > Many thanks! > Yes, ggplot2 could be used to illustrate a simple rose

Re: [R] Nightingale’s Rose chart-any suggestion?

2012-11-30 Thread Henry Smith
Dear Dennis, Many thanks! Yes, ggplot2 could be used to illustrate a simple rose chart (category + one type variable) If I have a data frame like this: DF <- data.frame(month = factor(month.abb, levels = month.abb), freq1 = rpois(12, 80),freq2=rpois(12, 80),freq3=rpois(12, 80))

Re: [R] Nightingale’s Rose chart-any suggestion?

2012-11-30 Thread Henry Smith
Hi, thanks a lot. The package from your link seems could plot only one type of variable. If I have following three variables:If I have following three variables: a b c 1 3 7 8 2 5 4 1 3 5 1 7 4 3 1 5 5 1 7 3 6 7 1 1 7 1 1 1 8 3 3 2 Do you have any idea how to plot it by using variable color

Re: [R] Nightingale’s Rose chart-any suggestion?

2012-11-30 Thread Rui Barradas
Hello, Take a look at the graph in http://gallery.r-enthusiasts.com/graph/Rose_diagram,97 Hope this helps, Rui Barradas Em 30-11-2012 12:24, Henry Smith escreveu: > Hello, Everyone. > > Does anyone know how to create a Nightingale’s Rose chart by using R? > Hopefully, the graph could be display

[R] Nightingale’s Rose chart-any suggestion?

2012-11-30 Thread Henry Smith
Hello, Everyone. Does anyone know how to create a Nightingale’s Rose chart by using R? Hopefully, the graph could be displayed like this: http://mbostock.github.com/protovis/ex/crimea-rose.html Thanks a lot. Kind regards, Henry [[alternative HTML version deleted]] __