launch_heatmaply: launch_heatmaply

Description Usage Arguments Examples

View source: R/launch_heatmaply.R

Description

launch shiny app UI for heatmaply from R console

Usage

1
launch_heatmaply(obj, plotHeight = 800, viewerType = "paneViewer")

Arguments

obj

data.frame or list of data.frames

plotHeight

numeric that sets the height of the plot output (default 800px)

viewerType

character of the viewer to be used to launch the app to c('paneViewer','dialogViewer','browserViewer')

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
if(interactive()){
data(mtcars)
launch_heatmaply(mtcars)

data(iris)
launch_heatmaply(list('Example1'=mtcars,'Example2'=iris))
}

## End(Not run)

Example output

Loading required package: heatmaply
Loading required package: plotly
Loading required package: ggplot2

Attaching package: 'plotly'

The following object is masked from 'package:ggplot2':

    last_plot

The following object is masked from 'package:stats':

    filter

The following object is masked from 'package:graphics':

    layout

Loading required package: viridis
Loading required package: viridisLite

---------------------
Welcome to heatmaply version 0.10.1
Type ?heatmaply for the main documentation.
The github page is: https://github.com/talgalili/heatmaply/

Suggestions and bug-reports can be submitted at: https://github.com/talgalili/heatmaply/issues
Or contact: <tal.galili@gmail.com>

	To suppress this message use:  suppressPackageStartupMessages(library(heatmaply))
---------------------

shinyHeatmaply documentation built on April 14, 2020, 5:38 p.m.