Description Usage Arguments Value Author(s) Examples
A function that returns a colour scheme based on user input in the BubbleEnrich shiny applicaton
1 | colourInput(colour, type)
|
colour |
A string corresponding to userinput colour selection |
type |
A string representing the value of the colour (low or high p-value) |
A string that represents a colour in ggplot
Cathy Cha (aut)
1 2 | colourInput("Purple", "highcolour")
colourInput("Blue", "lowcolour")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.