Learn R Programming

trackr (version 0.10.7)

codeInfo<-: Accessors for the code analysis information of FeatureSet objects

Description

Get or set the analysis information for the code associated with a FeatureSet object. This should not be called directly.

Usage

codeInfo(object) <- value

codeInfo(object)

# S4 method for FeatureSet codeInfo(object) <- value

# S4 method for FeatureSet codeInfo(object)

Arguments

object

An object of (super)class PlotFeatureSet. For accession, also plot objects of class ggplot or trellis.

value

A CodeDepends::ScriptInfo object.

Value

A modified object of (super)class PlotFeatureSet.

Examples

Run this code
# NOT RUN {
mt = datasets::mtcars
fs = makeFeatureSet(mt)
codeInfo(fs)
# }

Run the code above in your browser using DataLab