Plot-class: 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


tengfei/ggbio documentation built on Nov. 5, 2023, 6:17 a.m.