Learn R Programming

circlizePlus (version 0.9.0)

addition-rules: Addition rules in circlizePlus

Description

ccPlot(contain n ccTracks)+ccTrack=ccPlot(contain n+1 ccTracks),n>=0
ccPlot(contain n ccLinks)+ccLink=ccPlot(contain n+1 ccLinks),n>=0
ccTrak(contain n ccTrakGeoms)+ccTrackGeom=ccTrack(contain n+1 ccTrackGeoms),n>=0
ccTrack(contain n ccCells)+ccCell=ccTrack(contain n+1 ccCells),n>=0
ccCell(contain n ccCellGeoms)+ccCellGeom=ccCell(contain n+1 ccCellGeoms),n>=0

Usage

# S4 method for ccPlot,ccPar
+(e1, e2)

# S4 method for ccPlot,ccTrack +(e1, e2)

# S4 method for ccPlot,ccLink +(e1, e2)

# S4 method for ccTrack,ccTrackGeom +(e1, e2)

# S4 method for ccTrack,ccCells +(e1, e2)

# S4 method for ccTrack,ccCell +(e1, e2)

# S4 method for ccCell,ccCellGeom +(e1, e2)

# S4 method for ccCells,ccCellGeom +(e1, e2)

# S4 method for ccHeatmap,ccPar +(e1, e2)

# S4 method for ccHeatmap,ccTrack +(e1, e2)

# S4 method for ccHeatmap,ccLink +(e1, e2)

Value

A object defined in circlizePlus

Arguments

e1

A object defined in circlizePlus

e2

A object defined in circlizePlus

Examples

Run this code
NULL

Run the code above in your browser using DataLab