Plot a PTModule object
## S4 method for signature 'PTModule,missing' plot(x, y, plot.loop.positions = T, ...)
x |
A |
y |
|
plot.loop.positions |
A |
... |
Arguments that are passed on to |
Returns an object of class trellis
. See documentation of
xyplot
for more details.
Pepijn de Vries
## get the example PTModule provided with the ProTrackR package data("mod.intro") ## The most basic way to plot the module samples: plot(mod.intro) ## By using xyplot arguments, we can make it look nicer: plot(mod.intro, type = "l", layout = c(1,4), scales = list(x = list(relation = "free")))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.