Smoothing-class {GenomeGraphs}R Documentation

Class "Smoothing"

Description

Simple object to overlay line segments specified by x,y coordinates.

Objects from the Class

Objects can be created by calls of the form makeSmoothing.

Slots

x:

Object of class "numeric"

y:

Object of class "numeric"

dp:

Object of class "DisplayPars"

Extends

Class "TrackOverlay", directly. Class "gdObject", by class "TrackOverlay", distance 2. Class "TrackOverlayOrNull", by class "TrackOverlay", distance 2.

Methods

No methods defined with class "Smoothing" in the signature.

Examples

showClass("Smoothing")

[Package GenomeGraphs version 1.14.0 Index]