ggbio (version 1.20.1)

Plot: Plot class

Description

genealize a graphic object to a Plot object.

Usage

## S3 method for class 'gg':
Plot(x)
  ## S3 method for class 'trellis':
Plot(x, mutable = FALSE)
  ## S3 method for class 'GGbio':
Plot(x)
  ## S3 method for class 'Ideogram':
Plot(x)

Arguments

x
object of gg, GGbio, trellis, Ideogram.
mutable
whether a plot repsonse to + method or not.

Value

  • A Plot object.