Description Usage Arguments Value Examples
Draw an interactive Rose plot
1 2 |
data |
A data.frame |
palette |
A character string indicating the color palette |
size |
Bar size |
colour |
Bar colour |
An interactive Rose plot
1 2 3 4 5 6 7 8 | require(moonBook)
require(ggplot2)
require(ggiraph)
ggRose(rose,Month,group,"value",interactive=TRUE)
ggRose(acs,"Dx","smoking",interactive=TRUE)
ggRose(rose,Month,group,"value",interactive=TRUE)
ggBar(rose,Month,group,"value",stat="identity",polar=TRUE,palette="Reds",width=1,
color="black",size=0.1,interactive=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.