Last data update: 2014.03.03

R: Plot class
PlotR Documentation

Plot class

Description

genealize a graphic object to a Plot object.

Usage

  ## S4 method for signature 'gg'
Plot(x)
  ## S4 method for signature 'trellis'
Plot(x, mutable = FALSE)
  ## S4 method for signature 'GGbio'
Plot(x)
  ## S4 method for signature 'Ideogram'
Plot(x)

Arguments

x

object of gg, GGbio, trellis, Ideogram.

mutable

whether a plot repsonse to + method or not.

Value

A Plot object.

Author(s)

Tengfei Yin

Results