Learn R Programming

cgdsr (version 1.3.0)

cgdsr-setPlotErrorMsg: Set custom plot error message

Description

Sets custom plot error message.

Usage

# S3 method for CGDS
setPlotErrorMsg(x, msg, ...)

Arguments

x

A CGDS object (required)

msg

A custom message (string)

...

Not used.

References

cBio Cancer Genomics Portal: http://www.cbioportal.org/

See Also

cgdsr,CGDS

Examples

Run this code
# NOT RUN {
# Create CGDS object
mycgds = CGDS("http://www.cbioportal.org/")

getCancerStudies(mycgds)

# Set custom error plot message
setPlotErrorMsg(mycgds, 'My message ...')

getCancerStudies(mycgds)

# }

Run the code above in your browser using DataLab