shinyDensity: Shiny density plot

Description Usage Arguments Value Author(s) Examples

Description

A simple shiny app to show density plot of given sample on local web browser.

Usage

1
2
shinyDensity(data, main = "Density plot", xlab = "log2(value + .001)",
  ylim = c(0, 0.5))

Arguments

data

Data matrix

main

The title for plot Defaults to Density plot

xlab

The title used for the xlab of boxplot Defaults to log2(value + .001)

ylim

The y-axis limitaiton for density plot Defaults to c(0,0.5)

Value

a local webpage for visualization of density

Author(s)

WKL

Examples

1

wkl1990/MyPackage documentation built on May 26, 2019, 6:36 a.m.