E3PlotScatterBubbles: Draw a scatter plot using bubble of various sizes (using...

Description Usage Arguments

Description

Draw a scatter plot using bubble of various sizes (using Rcssplot)

Usage

1
2
E3PlotScatterBubbles(x, y, dsize = NULL, dp = NULL, labels = NULL,
  xlab = "", ylab = "", Rcss = "default", Rcssclass = c())

Arguments

x

- numeric vector with names. X-coordinates

y

- numeric vector with names. Y-coordinates

dsize

- numeric vector with names. Determines size of the bubble

dp

- numeric vector with names. Determines color shading of the bubble. These values will be -log10 transformed before being converted into colors (e.g. use p values associated with each item)

labels

- character vector. Names of items which require text labels

xlab

- character string. Text to display beside x axis

ylab

- character string. Text to display besdie y axis

Rcss

- Rcss object. Used to style the heatmap with Rcssplot.

Rcssclass

- character vector. Classes to tune Rcssplot formatting.


tkonopka/ExpCube documentation built on May 31, 2019, 3:44 p.m.