addition-rules {circlizePlus} | R Documentation |
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 signature 'ccPlot,ccPar'
e1 + e2
## S4 method for signature 'ccPlot,ccTrack'
e1 + e2
## S4 method for signature 'ccPlot,ccLink'
e1 + e2
## S4 method for signature 'ccTrack,ccTrackGeom'
e1 + e2
## S4 method for signature 'ccTrack,ccCells'
e1 + e2
## S4 method for signature 'ccTrack,ccCell'
e1 + e2
## S4 method for signature 'ccCell,ccCellGeom'
e1 + e2
## S4 method for signature 'ccCells,ccCellGeom'
e1 + e2
## S4 method for signature 'ccHeatmap,ccPar'
e1 + e2
## S4 method for signature 'ccHeatmap,ccTrack'
e1 + e2
## S4 method for signature 'ccHeatmap,ccLink'
e1 + e2
Arguments
e1 |
A object defined in circlizePlus |
e2 |
A object defined in circlizePlus |
Value
A object defined in circlizePlus
Examples
NULL
[Package circlizePlus version 0.9.1 Index]