print {ProTrackR} | R Documentation |
Print ProTrackR objects
Description
A method to print ProTrackR S4 class objects.
Usage
## S4 method for signature 'PTCell'
print(x, ...)
## S4 method for signature 'PTTrack'
print(x, ...)
## S4 method for signature 'PTPattern'
print(x, ...)
## S4 method for signature 'PTSample'
print(x, ...)
## S4 method for signature 'PTModule'
print(x, ...)
Arguments
x |
Either a |
... |
further arguments passed to or from other methods |
Value
Depending on the class of x
, returns either nothing
(NULL
) or a character
representation
of object x
.
Author(s)
Pepijn de Vries
Examples
data("mod.intro")
print(mod.intro)
print(PTPattern(mod.intro, 1))
print(PTTrack(mod.intro, 1, 1))
print(PTCell (mod.intro, 1, 1, 1))
print(PTSample (mod.intro, 1))
[Package ProTrackR version 0.4.3 Index]