msarc.tagCloud: Draw Tag Cloud

Description Usage Arguments Details Value Author(s) Examples

View source: R/plotter.R

Description

Given an msarc object, draw the corresponding tag cloud.

Usage

1

Arguments

msarc

an msarc object to draw.

pal

an RColorBrewer palette to use for word colours. Default is brewer.pal(10,"Spectral").

...

additional arguments passed to wordcloud.

Details

The main purpose of this function is to draw a tag cloud (word cloud) of the identified proteins, with size indicating Mascot score.

The tag cloud will be drawn on the current device; it is the user's responsibility to open a connection to a file, or other device as applicable.

Value

Does not return a value.

Author(s)

Gord Brown

Examples

1
2
data('sample_complete',package="msarc")
## Not run: msarc.tagCloud(sample_complete)

msarc documentation built on May 30, 2017, 12:53 a.m.