ccTrackPoints: Add points on all sections of a single track.

View source: R/track-geom.R

ccTrackPointsR Documentation

Add points on all sections of a single track.

Description

Object ccTrackGeom will call the function circlize::circos.trackPoints while drawing.

Usage

ccTrackPoints(
  sectors,
  x,
  y,
  pch = par("pch"),
  col = par("col"),
  cex = par("cex"),
  bg = par("bg"),
  factors = sectors
)

Arguments

sectors

A factor or a character vector which represents the categories of data

x

Data points on x-axis

y

Data points on y-axis

pch

Point type

col

Point color

cex

Point size

bg

backgrond color

factors

The same as sectors. It will be removed in future versions.

Value

Object ccTrackGeom

Examples

NULL

circlizePlus documentation built on June 8, 2025, 10:42 a.m.