colourInput: Helper Function for BubbleEnrich shiny application

Description Usage Arguments Value Author(s) Examples

View source: R/colourInput.R

Description

A function that returns a colour scheme based on user input in the BubbleEnrich shiny applicaton

Usage

1
colourInput(colour, type)

Arguments

colour

A string corresponding to userinput colour selection

type

A string representing the value of the colour (low or high p-value)

Value

A string that represents a colour in ggplot

Author(s)

Cathy Cha (aut)

Examples

1
2
colourInput("Purple", "highcolour")
colourInput("Blue", "lowcolour")

CathyCha/BubbleEnrich documentation built on Dec. 8, 2019, 7:37 a.m.