Learn R Programming

GenomeGraphs (version 1.32.0)

getPar: Retrieves a display parameter from an object.

Description

Retrieves a display parameter from an object.

Usage

getPar(obj, name, ...)

Arguments

obj
A gdObject or DisplayPars object.
name
Name of parameter to return.
...
Ignored

Examples

Run this code
a <- new("GenomeAxis")
getPar(a, "size")

Run the code above in your browser using DataLab