position-methods: Accessors for the position of GGplotFeatureSet objects

Description Usage Arguments Value Examples

Description

Get or set the position associated with a GGplotFeatureSet object. This should not be called directly.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
position(object) <- value

position(object)

## S4 method for signature 'PlotFeatureSet'
position(object)

## S4 method for signature 'ggplot'
position(object)

## S4 method for signature 'trellis'
position(object)

## S4 method for signature 'gTree'
position(object)

## S4 replacement method for signature 'GGplotFeatureSet'
position(object) <- value

## S4 method for signature 'GGplotFeatureSet'
position(object)

Arguments

object

An object of class GGplotFeatureSet. For accession, also plot objects of class ggplot.

value

A named list of positioning information in each layer of the plot.

Value

A modified object of class GGplotFeatureSet.

Examples

1
2
3
4
5
library(ggplot2)
mt = datasets::mtcars
plt = qplot(mt$mpg, mt$cyl)
fs = makeFeatureSet(plt)
position(fs)

trackr documentation built on May 24, 2021, 5:09 p.m.